Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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'
}
```