Liking cljdoc? Tell your friends :D

Including core.memoize in your projects

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

Leiningen

You can use core.memoize in your [Leiningen](https://github.com/technomancy/leiningen) projects with the following:dependenciesdirective in yourproject.clj` file:

[org.clojure/core.memoize "1.0.236"]

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.memoize</artifactId>
  <version>1.0.236</version>
</dependency>

Enjoy!

Can you improve this documentation? These fine people already did:
Sean Corfield & Fogus
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close