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/
[trivial-library-example "0.1.0"]
trivial-library-example/trivial-library-example {:mvn/version "0.1.0"}
implementation("trivial-library-example:trivial-library-example:0.1.0")
<dependency> <groupId>trivial-library-example</groupId> <artifactId>trivial-library-example</artifactId> <version>0.1.0</version> </dependency>
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: