Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T19:44:30.000Z (3 months ago)
- Last Synced: 2024-11-01T18:42:39.425Z (2 months ago)
- Topics: alsong, alsong-lyric, android, java, jvm, kotlin, kotlin-library, library
- Language: Kotlin
- Homepage:
- Size: 439 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alsong-kt [![Build Status](https://github.com/JellyBrick/alsong-kt/workflows/Java%20CI/badge.svg)](https://github.com/JellyBrick/alsong-kt/actions)
Alsong api wrapper written in Kotlin
![image](https://user-images.githubusercontent.com/16558115/120776119-d5d47380-c55e-11eb-8e38-cab7de34b617.png)
## Install (maven, gradle...etc)
### GitHub Packages
https://github.com/JellyBrick/alsong-kt/packages/828660
### Jitpack [![Jitpack Status](https://jitpack.io/v/JellyBrick/alsong-kt.svg)](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'
}
```