Homepage | API Docs |
---|
Library of the Commons.
A hard-working library of common utilities.
Add the dependency using the code below that fits your build framework:
Leiningen
[com.liaison/proletariat "0.7.4"]
Maven
<dependency>
<groupId>com.liaison</groupId>
<artifactId>proletariat</artifactId>
<version>0.7.4</version>
</dependency>
Gradle
compile group: 'com.liaison', name: 'proletariat', version: '0.7.4'
Proletariat relies on spec so it will pull in the latest version of Clojure. The library is almost entirely spec'ed, which is nice.
This library is being actively developed with new features and functionality, so do check out the API docs for an overview of what it offers.
If you find any errors or are confused about something, open an issue on GitHub and we'll try to help clear things up.
Copyright © 2018 Liaison Technologies
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.