Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 973 Bytes

Including.md

File metadata and controls

25 lines (16 loc) · 973 Bytes

Including core.cache in your projects

The core.cache releases and snapshots are stored in the following repositories:

Leiningen

You can use core.cache in your Leiningen projects with the following :dependencies directive in your project.clj file:

    [org.clojure/core.cache "1.0.217"]

Maven

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>1.0.217</version>
</dependency>

Enjoy!