We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can use core.cache in your Leiningen and Cake projects with the following :dependencies directive in your project.clj file:
:dependencies
project.clj
[org.clojure/core.cache "0.5.0"]
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.5.0</version> </dependency>
Enjoy!