com.lambdaisland/native-image

Run GraalVM native-image on Clojure projects

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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