More information coming soon
First, add JitPack as a Maven repository in your build.gradle:
repositories {
maven { url 'https://jitpack.io' }
}
Then add the dependency:
dependencies {
compile 'com.team2052:KnightLib:1.0.0'
}
The JavaDocs are available here
If you are interested in contributing, check out our contributing guide
If you want to make a release, check out the releasing guide