com.solsort/hello-module

hello world module

Leiningen/Boot

[com.solsort/hello-module "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

com.solsort/hello-module {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("com.solsort:hello-module:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>com.solsort</groupId>
  <artifactId>hello-module</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>