https://github.com/jellybrick/alsong-kt
Alsong api wrapper written in Kotlin
https://github.com/jellybrick/alsong-kt
alsong alsong-lyric android java jvm kotlin kotlin-library library
Last synced: about 1 year ago
JSON representation
Alsong api wrapper written in Kotlin
- Host: GitHub
- URL: https://github.com/jellybrick/alsong-kt
- Owner: JellyBrick
- License: apache-2.0
- Created: 2021-06-04T03:09:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T15:09:06.000Z (about 1 year ago)
- Last Synced: 2025-04-17T13:32:58.706Z (about 1 year ago)
- Topics: alsong, alsong-lyric, android, java, jvm, kotlin, kotlin-library, library
- Language: Kotlin
- Homepage:
- Size: 488 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alsong-kt [](https://github.com/JellyBrick/alsong-kt/actions)
Alsong api wrapper written in Kotlin

## Install (maven, gradle...etc)
### GitHub Packages
https://github.com/JellyBrick/alsong-kt/packages/828660
### Jitpack [](https://jitpack.io/#JellyBrick/alsong-kt)
```groovy
allprojects {
repositories {
// ...
maven { url 'https://jitpack.io' }
}
}
```
```groovy
dependencies {
implementation 'com.github.JellyBrick:alsong-kt:2.0.7'
}
```