alsong-kt

Alsong api wrapper written in Kotlin

APACHE-2.0 License

Stars
5

alsong-kt Build Status

Alsong api wrapper written in Kotlin

Install (maven, gradle...etc)

GitHub Packages

https://github.com/JellyBrick/alsong-kt/packages/828660

Jitpack Jitpack Status

allprojects {
  repositories {
		// ...
		maven { url 'https://jitpack.io' }
	}
}
dependencies {
    implementation 'com.github.JellyBrick:alsong-kt:2.0.7'
}