test-clojars-deploy

Sample application to test programmatic deployment to Clojars

Leiningen/Boot

[test-clojars-deploy "0.1.3"]

Clojure CLI/deps.edn

test-clojars-deploy/test-clojars-deploy {:mvn/version "0.1.3"}

Gradle

implementation("test-clojars-deploy:test-clojars-deploy:0.1.3")

Maven

<dependency>
  <groupId>test-clojars-deploy</groupId>
  <artifactId>test-clojars-deploy</artifactId>
  <version>0.1.3</version>
</dependency>