Java SDK
Installation
The Java SDK is distributed as a JAR file. Install it to your local Maven repository:
mvn install:install-file \
-Dfile=sdl-sdk-0.0.1.jar \
-DgroupId=com.teamraft \
-DartifactId=sdl-sdk \
-Dversion=0.0.1 \
-Dpackaging=jar
Then add the dependency to your project.