aBsorb Release 1.0.0: Official working version 1.0.0 release
This is the first working and officially supported aBsorb release. Woo!
Maven: pom.xml
Add this to your repositories:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
and this to your dependencies:
<dependency>
<groupId>com.github.jonahseguin</groupId>
<artifactId>aBsorb</artifactId>
<version>1.0.0</version>
</dependency>