Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aikaterna/lavaplayer-natives
- Owner: aikaterna
- License: apache-2.0
- Created: 2021-04-06T15:39:30.000Z (over 3 years ago)
- Default Branch: original
- Last Pushed: 2022-06-14T06:39:08.000Z (over 2 years ago)
- Last Synced: 2023-02-27T12:46:37.079Z (over 1 year ago)
- Language: Kotlin
- Size: 24.1 MB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lavaplayer-natives
Native files compiled for use in https://github.com/sedmelluq/lavaplayerThis 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'
}
```