com.beaconhill/hello-world

FIXME: write description

Leiningen/Boot

[com.beaconhill/hello-world "0.0.2"]

Clojure CLI/deps.edn

com.beaconhill/hello-world {:mvn/version "0.0.2"}

Gradle

implementation("com.beaconhill:hello-world:0.0.2")

Maven

<dependency>
  <groupId>com.beaconhill</groupId>
  <artifactId>hello-world</artifactId>
  <version>0.0.2</version>
</dependency>