Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aikaterna/lavaplayer-natives

Native files compiled for use in https://github.com/sedmelluq/lavaplayer
https://github.com/aikaterna/lavaplayer-natives

Last synced: 25 days ago
JSON representation

Native files compiled for use in https://github.com/sedmelluq/lavaplayer

Awesome Lists containing this project

README

        

# lavaplayer-natives
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.

## Usage
```
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.aikaterna:lavaplayer-natives:original-SNAPSHOT'
}
```