Releases: jonahseguin/aBsorb
Releases · jonahseguin/aBsorb
1.0.0
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>1.0-BETA
aBsorb Release 1.0 BETA!
This is the first working and compile-able officially supported aBsorb release.
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-BETA</version>
</dependency>0.2
Merge branch 'master' of github.com:jonahseguin/aBsorb
Initial Beta Release
aBsorb pre-release v0.1
inversion-of-control oriented scoreboard library for use with the Spigot API
Some features untested -- this is the initial release and the official 1.0 will follow soon.
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>0.1</version>
</dependency>