Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Version 1.0

Compare
Choose a tag to compare
@jonahseguin jonahseguin released this 23 Jan 21:22
· 220 commits to master since this release

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>