The core.memoize releases and snapshots are stored in the following repositories:
You can use core.memoize in your Leiningen projects with the following :dependencies directive in your project.clj file:
[org.clojure/core.memoize "1.0.250"]
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>1.0.250</version>
</dependency>
Enjoy!
Can you improve this documentation? These fine people already did:
Sean Corfield & FogusEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |