This is a Java ported library of StreamElements API
This project is under heavy development.
Pull requests welcome.
SEJA currently uses Jitpack https://jitpack.io/#TheLimeGlass/StreamElements-Java-API/ALPHA
In your pom.xml
add:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.TheLimeGlass</groupId>
<artifactId>StreamElements-Java-API</artifactId>
<version>Beta-1</version>
</dependency>
In your build.gradle
add:
repositories {
jcenter()
maven {
url 'https://jitpack.io'
}
}
dependencies {
compile 'com.github.TheLimeGlass:StreamElements-Java-API:Beta-1'
}
Check the link above for SBT and leiningen support.