Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 724 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 724 Bytes

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