License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.timtimmahh |
ArtifactId | ArtifactIdgmusicapi-kotlin |
Version | Version0.0.2 |
Type | Typeaar |
Description |
Descriptiongmusicapi-kotlin
A Google Play Music API written in Kotlin for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gmusicapi-kotlin-0.0.2.pom | |
gmusicapi-kotlin-0.0.2.aar | 250 KB |
gmusicapi-kotlin-0.0.2-sources.jar | 849 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.timtimmahh/gmusicapi-kotlin/ -->
<dependency>
<groupId>com.github.timtimmahh</groupId>
<artifactId>gmusicapi-kotlin</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.timtimmahh/gmusicapi-kotlin/
implementation 'com.github.timtimmahh:gmusicapi-kotlin:0.0.2'
// https://jarcasting.com/artifacts/com.github.timtimmahh/gmusicapi-kotlin/
implementation ("com.github.timtimmahh:gmusicapi-kotlin:0.0.2")
'com.github.timtimmahh:gmusicapi-kotlin:aar:0.0.2'
<dependency org="com.github.timtimmahh" name="gmusicapi-kotlin" rev="0.0.2">
<artifact name="gmusicapi-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.timtimmahh', module='gmusicapi-kotlin', version='0.0.2')
)
libraryDependencies += "com.github.timtimmahh" % "gmusicapi-kotlin" % "0.0.2"
[com.github.timtimmahh/gmusicapi-kotlin "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.61 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.2.61 |
org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 0.22.5 |
com.squareup.retrofit2 : retrofit | jar | 2.4.0 |
com.squareup.retrofit2 : converter-gson | jar | 2.4.0 |
com.squareup.okhttp3 : logging-interceptor | jar | 3.10.0 |
com.github.timtimmahh : gpsoauth-kotlin | jar | 0.0.1 |
com.google.code.gson : gson | jar | 2.8.2 |