-
Notifications
You must be signed in to change notification settings - Fork 38
Including
Fogus edited this page Jul 5, 2013
·
1 revision
The core.memoize releases and snapshots are stored in the following repositories:
- Release versions stored at Maven Central
- Snapshot versions stored at Sonatype (url at http://oss.sonatype.org/content/repositories/snapshots)
You can use core.memoize in your [Leiningen](https://github.com/technomancy/leiningen) projects with the following
:dependenciesdirective in your
project.clj` file:
[org.clojure/core.memoize "0.5.6"]
For Maven-driven projects, use the following slice of XML in your pom.xml
's <dependencies>
section:
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.memoize</artifactId>
<version>0.5.6</version>
</dependency>
Enjoy!