Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 511 Bytes

java.classpath

Usage

"Installation"

Classpath is available in Maven central. Add it to your Maven project's pom.xml:

<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>java.classpath</artifactId>
  <version>0.1.0</version>
</dependency>

or your leiningen project.clj:

[org.clojure/java.classpath "0.1.0"]

Please note the changelog below.

License

Copyright Rich Hickey, Stuart Sierra, and contributors.

Licensed under the EPL. (See the file epl.html.)