MVN

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

Maven & Gradle

Oct 26, 2021
71 stars

spotify-web-api-parser · A parser for the Spotify's Web API documentation

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

Latest Version

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

  • Latest Stable: 2021.10.17
  • Latest Beta: 2021.6.8-beta.0

All Versions

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

Version Vulnerabilities Updated
2021.10.x
spotify-web-api-parser-2021.10.17
2021.8.x
spotify-web-api-parser-2021.8.23
spotify-web-api-parser-2021.8.15
2021.7.x
spotify-web-api-parser-2021.7.20
2021.6.x
spotify-web-api-parser-2021.6.30
spotify-web-api-parser-2021.6.18
spotify-web-api-parser-2021.6.17
spotify-web-api-parser-2021.6.8-beta.0
spotify-web-api-parser-2021.6.4
2021.5.x
spotify-web-api-parser-2021.5.1
2021.4.x
spotify-web-api-parser-2021.4.28
spotify-web-api-parser-2021.4.19
spotify-web-api-parser-2021.4.14
spotify-web-api-parser-2021.4.10
spotify-web-api-parser-2021.4.5
spotify-web-api-parser-2021.4.2
2021.3.x
spotify-web-api-parser-2021.3.31

How to add a dependency to Maven

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

<dependency>
    <groupId>de.sonallux.spotify</groupId>
    <artifactId>spotify-web-api-parser</artifactId>
    <version>2021.10.17</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.sonallux.spotify:spotify-web-api-parser:2021.10.17'

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

implementation("de.sonallux.spotify:spotify-web-api-parser:2021.10.17")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.sonallux.spotify" % "spotify-web-api-parser" % "2021.10.17"