com.github.conao3/cljhello

Leiningen/Boot

[com.github.conao3/cljhello "0.1.0"]

Clojure CLI/deps.edn

com.github.conao3/cljhello {:mvn/version "0.1.0"}

Gradle

implementation("com.github.conao3:cljhello:0.1.0")

Maven

<dependency>
  <groupId>com.github.conao3</groupId>
  <artifactId>cljhello</artifactId>
  <version>0.1.0</version>
</dependency>