Liberator is available at clojars and can be included in your project in the standard manner.
Add the following to your project.clj dependencies:
[liberator "0.12.0"]
Add the following to your pom.xml dependencies section:
<dependency>
<groupId>liberator</groupId>
<artifactId>liberator</artifactId>
<version>0.12.0</version>
</dependency>
Liberator’s source repository is located at github. Patches and pull requests are welcome at any time.