MVN

de.sonallux.spotify : spotify-web-api-java

Maven & Gradle

Jun 17, 2023
8 stars

spotify-web-api-java · A Java wrapper for Spotify's Web API

<dependency>
    <groupId>de.sonallux.spotify</groupId>
    <artifactId>spotify-web-api-java</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.sonallux.spotify : spotify-web-api-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1
  • Latest Beta: 2.2.0-beta.0

All Versions

Choose a version of de.sonallux.spotify : spotify-web-api-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
spotify-web-api-java-4.0.1
spotify-web-api-java-4.0.0
3.1.x
spotify-web-api-java-3.1.0
3.0.x
spotify-web-api-java-3.0.1
spotify-web-api-java-3.0.0
2.4.x
spotify-web-api-java-2.4.0
2.3.x
spotify-web-api-java-2.3.0
2.2.x
spotify-web-api-java-2.2.0
spotify-web-api-java-2.2.0-beta.0
2.1.x
spotify-web-api-java-2.1.0
2.0.x
spotify-web-api-java-2.0.0

How to add a dependency to Maven

Add the following de.sonallux.spotify : spotify-web-api-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.sonallux.spotify</groupId>
    <artifactId>spotify-web-api-java</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.sonallux.spotify : spotify-web-api-java gradle dependency to your build.gradle file:

implementation 'de.sonallux.spotify:spotify-web-api-java:4.0.1'

Gradle Kotlin DSL: Add the following de.sonallux.spotify : spotify-web-api-java gradle kotlin dependency to your build.gradle.kts file:

implementation("de.sonallux.spotify:spotify-web-api-java:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.sonallux.spotify : spotify-web-api-java sbt scala dependency to your build.sbt file:

libraryDependencies += "de.sonallux.spotify" % "spotify-web-api-java" % "4.0.1"

Advertisement