This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
Releases: jonahseguin/Payload
Releases · jonahseguin/Payload
3.1.0
3.0.0
3.0.0 release
2.0.0
Initial Version 2.0.0 Release
Version 2.0.0 is now stable enough to be used and will have minor improvements and bugfixes regularly in future subversions.
1.1
Final Legacy Release: Version 1.1
This will be the last release of the current implementation of Payload.
Version 2.0 is under heavy development and is aiming to have its first beta release in the coming days.
Version 1.0
Official 1.0 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>Payload</artifactId>
<version>1.0</version>
</dependency>
Version 0.5
Release #1: v0.5
- pre-release
- still needs documentation on most classes
- project is buildable
- needs testing
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>Payload</artifactId>
<version>0.5</version>
</dependency>
Enjoy