JellyBrick / alsong-kt

Alsong api wrapper written in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Alsong api wrapper written in Kotlin

License:Apache License 2.0


Languages

Language:Kotlin 100.0%