/alsong-kt

Alsong api wrapper written in Kotlin

Primary LanguageKotlinApache License 2.0Apache-2.0

alsong-kt Build Status

Alsong api wrapper written in Kotlin

image

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