is not current version
Last Version 3.2.06

com.adamratzman:spotify-web-api-kotlin 3.1

A Kotlin wrapper for the Spotify Web API.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.adamratzman
ArtifactId

ArtifactId

spotify-web-api-kotlin
Version

Version

3.1
Type

Type

jar

Download spotify-web-api-kotlin 3.1


<!-- https://jarcasting.com/artifacts/com.adamratzman/spotify-web-api-kotlin/ -->
<dependency>
    <groupId>com.adamratzman</groupId>
    <artifactId>spotify-web-api-kotlin</artifactId>
    <version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.adamratzman/spotify-web-api-kotlin/
implementation 'com.adamratzman:spotify-web-api-kotlin:3.1'
// https://jarcasting.com/artifacts/com.adamratzman/spotify-web-api-kotlin/
implementation ("com.adamratzman:spotify-web-api-kotlin:3.1")
'com.adamratzman:spotify-web-api-kotlin:jar:3.1'
<dependency org="com.adamratzman" name="spotify-web-api-kotlin" rev="3.1">
  <artifact name="spotify-web-api-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adamratzman', module='spotify-web-api-kotlin', version='3.1')
)
libraryDependencies += "com.adamratzman" % "spotify-web-api-kotlin" % "3.1"
[com.adamratzman/spotify-web-api-kotlin "3.1"]