Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1008 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 1008 Bytes

pallet.common

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.