This repository has been archived by the owner on Jul 23, 2020. It is now read-only.
Version v2.0.2 -- Added Jackson to Build File
Fixed issue where the release on JitPack was missing Jackson but my IDE wasn't? Just added both my Jackson dependencies to the build file so JitPack doesn't complain anymore. Same stuff as before, nothing else is added.
Add this build on Gradle:
repositories {
jcenter()
maven {url 'https://jitpack.io'}
}
dependencies {
compile 'com.github.SamOphis:LavaClient:v2.0.2'
}
Or get the binaries attached below.