-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started
Use maven to add Payload as a dependency to your project. I recommend installing it as a local repository, but you can also use a cool service called jitpack.io that allows for dependencies to be automatically served based on GitHub releases.
You can add Payload as a dependency using Jitpack.io (below) or by cloning and installing the repository on your machine:
By using this method you can make changes to the project if you wish as well.
-
Navigate to the directory where you want to store the repository
-
git clone git@github.com:jonahseguin/Payload.git
-
cd Payload
-
mvn clean package install
And fetch updates of course with git pull origin master
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>LATEST</version>
</dependency>
See the other GitHub wiki pages to learn how to use Payload.
Developed by Jonah Seguin
Visit my website @ jonahseguin.com to contact me if you are interested in working with me.
Copyright (c) 2018 Jonah Seguin. All rights reserved.
asynchronous fail-safe profile & object caching
Read First: Getting Started
How To: Profile Cache
How To: Object Cache
by Jonah Seguin
Copyright (c) 2018 Jonah Seguin. All rights reserved.