Skip to content

Releases: jonahseguin/aBsorb

1.0.0

11 Dec 19:38
2e68f07

Choose a tag to compare

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

10 Dec 21:40

Choose a tag to compare

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

10 Dec 20:17

Choose a tag to compare

0.2 Pre-release
Pre-release
Merge branch 'master' of github.com:jonahseguin/aBsorb

Initial Beta Release

19 Nov 05:09
726680e

Choose a tag to compare

Initial Beta Release Pre-release
Pre-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>