Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@jonahseguin jonahseguin released this 11 Dec 19:38
· 13 commits to master since this release
2e68f07

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>