myproj

myproj description

  • VCSN/A

  • cljdoc documentationcljdoc
  • 6 Downloads
  • 6 This Version

Leiningen/Boot

[myproj "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

myproj/myproj {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("myproj:myproj:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>myproj</groupId>
  <artifactId>myproj</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>