Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 458 Bytes

A fork of open-replicator by @whitesock

use

This library is not deployed to any public maven repository, so mvn install to install it in your local maven repo

maven

<dependency>
        <groupId>open-replicator</groupId>
        <artifactId>open-replicator</artifactId>
        <version>1.0.5</version>
</dependency>

lein

[open-replicator/open-replicator "1.0.5"]