Freshrelease API Client for Java
Configure the package repository and then include this as a dependency in your project's pom.xml
<dependencies>
<dependency>
<groupId>me.shib.lib</groupId>
<artifactId>freshrelease-java-client</artifactId>
<version>0.1.0</version>
</dependency>
</dependencies>