trivial-library-example

A trivial example used in the [Brief Beginner's Guide][bbg] for showing how to create, manage, and upload a library to Clojars. [bbg]: http://www.unexpected-vortices.com/clojure/brief-beginners-guide/

Leiningen/Boot

[trivial-library-example "0.1.0"]

Clojure CLI/deps.edn

trivial-library-example/trivial-library-example {:mvn/version "0.1.0"}

Gradle

implementation("trivial-library-example:trivial-library-example:0.1.0")

Maven

<dependency>
  <groupId>trivial-library-example</groupId>
  <artifactId>trivial-library-example</artifactId>
  <version>0.1.0</version>
</dependency>