-
Notifications
You must be signed in to change notification settings - Fork 65
Including
fogus edited this page Aug 28, 2012
·
10 revisions
The core.cache releases and snapshots are stored in the following repositories:
- Release versions: Maven Central
- Snapshot versions: Sonatype
You can use core.cache in your Leiningen projects with the following :dependencies directive in your project.clj file:
[org.clojure/core.cache "0.6.2"]
For Maven-driven projects, use the following slice of XML in your pom.xml's <dependencies> section:
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.cache</artifactId>
<version>0.6.2</version>
</dependency>
Enjoy!