richiehu17 / proletariat

Library of the Commons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proletariat

Build Status Homepage API Docs

Library of the Commons.

A hard-working library of common utilities.

Proletariat

Add Dependency

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'

User Guide

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.

License

Copyright © 2018 Liaison Technologies

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Library of the Commons

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%