Liking cljdoc? Tell your friends :D

pallet.common

With great respect to Hugo Duncan forked from: https://github.com/pallet/common

Clojars Project Build Status

A library containing general purpose functions and macros for use across other pallet libraries.

See reference documentation and annotated source.

Installation

pallet-common is distributed as a jar, and is available in the clojars repository.

Installation is with leiningen or maven.

lein

Add the following to your project.clj file:

:dependencies [[com.palletops/pallet-common "0.4.0"]]

maven

Add the following to your dependencies in pom.xml:

<dependencies>
  <dependency>
    <groupId>comp.palletops</groupId>
    <artifactId>pallet-common</artifactId>
    <version>0.4.0</version>
  </dependency>
<dependencies>

License

Licensed under EPL

Copyright 2011, 2012, 2013 Hugo Duncan.

Can you improve this documentation?Edit on GitHub

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

× close