Documentation for the latest release is available at https://princesslana.github.io/ErisCasper.java
Snapshots of master are automatically published to sonatype.
To use from maven add the sonatype snapshot repository:
<repositories>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
And add the ErisCasper.java dependency. Snapshot versions can be found here.
<dependency>
<groupId>com.github.princesslana</groupId>
<artifactId>ErisCasper.java</artifactId>
<version>LATEST.SNAPSHOT.VERSION</version>
</dependency>