Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

hercules-0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@chernetsov chernetsov released this 25 Jul 13:29
· 108 commits to master since this release

First public release.

Maven repo (currently hosted on github – add this to in your pom.xml):

<repository>
    <id>hercules</id>
    <url>https://raw.github.com/appmetr/hercules/mvn-repo/</url>
</repository>

Maven dependency (add this to in your pom.xml):

<dependency>
    <groupId>com.appmetr</groupId>
    <artifactId>hercules</artifactId>
    <version>0.1</version>
</dependency>