com.lambdaisland/native-image

Run GraalVM native-image on Clojure projects

Leiningen/Boot

[com.lambdaisland/native-image "0.2.56"]

Clojure CLI/deps.edn

com.lambdaisland/native-image {:mvn/version "0.2.56"}

Gradle

implementation("com.lambdaisland:native-image:0.2.56")

Maven

<dependency>
  <groupId>com.lambdaisland</groupId>
  <artifactId>native-image</artifactId>
  <version>0.2.56</version>
</dependency>