There was an error while loading. Please reload this page.
The core.cache releases and snapshots are stored in the following repositories:
You can use core.cache in your Leiningen projects with the following :dependencies directive in your project.clj file:
:dependencies
project.clj
[org.clojure/core.cache "0.8.1"]
For Maven-driven projects, use the following slice of XML in your pom.xml's <dependencies> section:
pom.xml
<dependencies>
<dependency> <groupId>org.clojure</groupId> <artifactId>core.cache</artifactId> <version>0.8.1</version> </dependency>
Enjoy!