Native files compiled for use in https://github.com/sedmelluq/lavaplayer
This branch is for providing a lavaplayer natives package that is compatable with the current native loader in lavaplayer and Lavalink.
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.aikaterna:lavaplayer-natives:original-SNAPSHOT'
}