GroupId | GroupIdio.github.kaustubhpatange |
---|---|
ArtifactId | ArtifactIdspotifyapi |
Version | Version0.13 |
Type | Typeaar |
Filename | Size |
---|---|
spotifyapi-0.13.pom | |
spotifyapi-0.13.aar | 232 KB |
spotifyapi-0.13-sources.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.kaustubhpatange/spotifyapi/ -->
<dependency>
<groupId>io.github.kaustubhpatange</groupId>
<artifactId>spotifyapi</artifactId>
<version>0.13</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.kaustubhpatange/spotifyapi/
implementation 'io.github.kaustubhpatange:spotifyapi:0.13'
// https://jarcasting.com/artifacts/io.github.kaustubhpatange/spotifyapi/
implementation ("io.github.kaustubhpatange:spotifyapi:0.13")
'io.github.kaustubhpatange:spotifyapi:aar:0.13'
<dependency org="io.github.kaustubhpatange" name="spotifyapi" rev="0.13">
<artifact name="spotifyapi" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.kaustubhpatange', module='spotifyapi', version='0.13')
)
libraryDependencies += "io.github.kaustubhpatange" % "spotifyapi" % "0.13"
[io.github.kaustubhpatange/spotifyapi "0.13"]