hello-world

FIXME: write description

  • VCSN/A

  • cljdoc documentationcljdoc
  • 19 Downloads
  • 19 This Version

Leiningen/Boot

[hello-world "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

hello-world/hello-world {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("hello-world:hello-world:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>hello-world</groupId>
  <artifactId>hello-world</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>