MVN

io.github.kaustubhpatange : spotifyapi

Maven & Gradle

Jun 17, 2020
10 stars

spotifyapi · Unofficial Spotify SDK for android

<dependency>
    <groupId>io.github.kaustubhpatange</groupId>
    <artifactId>spotifyapi</artifactId>
    <version>0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kaustubhpatange : spotifyapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16

All Versions

Choose a version of io.github.kaustubhpatange : spotifyapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16
spotifyapi-0.16
0.15
spotifyapi-0.15
0.14
spotifyapi-0.14
0.13
spotifyapi-0.13
0.12
spotifyapi-0.12
0.10
spotifyapi-0.10
0.03
spotifyapi-0.03
0.02
spotifyapi-0.02

How to add a dependency to Maven

Add the following io.github.kaustubhpatange : spotifyapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.kaustubhpatange</groupId>
    <artifactId>spotifyapi</artifactId>
    <version>0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kaustubhpatange : spotifyapi gradle dependency to your build.gradle file:

implementation 'io.github.kaustubhpatange:spotifyapi:0.16'

Gradle Kotlin DSL: Add the following io.github.kaustubhpatange : spotifyapi gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kaustubhpatange:spotifyapi:0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kaustubhpatange : spotifyapi sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kaustubhpatange" % "spotifyapi" % "0.16"

Advertisement