Maven repository for Platypus Java and Android libraries.
Add this in your pom.xml
file:
<repositories>
<repository>
<id>psigen-snapshots</id>
<url>https://raw.github.com/PlatypusLLC/maven-repository/master/snapshots</url>
</repository>
<repository>
<id>psigen-releases</id>
<url>https://raw.github.com/PlatypusLLC/maven-repository/master/releases</url>
</repository>
</repositories>