Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.adamratzman |
ArtifactId | ArtifactIdspotify-web-api-kotlin |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
spotify-web-api-kotlin-3.0.pom | |
spotify-web-api-kotlin-3.0.jar | 177 KB |
spotify-web-api-kotlin-3.0-tests.jar | 22 KB |
spotify-web-api-kotlin-3.0-sources.jar | 17 KB |
spotify-web-api-kotlin-3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.adamratzman/spotify-web-api-kotlin/ -->
<dependency>
<groupId>com.adamratzman</groupId>
<artifactId>spotify-web-api-kotlin</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.adamratzman/spotify-web-api-kotlin/
implementation 'com.adamratzman:spotify-web-api-kotlin:3.0'
// https://jarcasting.com/artifacts/com.adamratzman/spotify-web-api-kotlin/
implementation ("com.adamratzman:spotify-web-api-kotlin:3.0")
'com.adamratzman:spotify-web-api-kotlin:jar:3.0'
<dependency org="com.adamratzman" name="spotify-web-api-kotlin" rev="3.0">
<artifact name="spotify-web-api-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adamratzman', module='spotify-web-api-kotlin', version='3.0')
)
libraryDependencies += "com.adamratzman" % "spotify-web-api-kotlin" % "3.0"
[com.adamratzman/spotify-web-api-kotlin "3.0"]