MVN

nl.jiankai : spotify-web-api-wrapper

Maven & Gradle

Jan 01, 2021
46 stars

Spotify Web API Java Wrapper · A Java Wrapper for Spotify's Web API

<dependency>
    <groupId>nl.jiankai</groupId>
    <artifactId>spotify-web-api-wrapper</artifactId>
    <version>1.5.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.jiankai : spotify-web-api-wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.7

All Versions

Choose a version of nl.jiankai : spotify-web-api-wrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
spotify-web-api-wrapper-1.5.7
spotify-web-api-wrapper-1.5.6
spotify-web-api-wrapper-1.5.5
spotify-web-api-wrapper-1.5.4
spotify-web-api-wrapper-1.5.3
spotify-web-api-wrapper-1.5.2
spotify-web-api-wrapper-1.5.1
spotify-web-api-wrapper-1.5.0
1.4.x
spotify-web-api-wrapper-1.4.0
1.3.x
spotify-web-api-wrapper-1.3.0
1.2.x
spotify-web-api-wrapper-1.2.0
1.1.x
spotify-web-api-wrapper-1.1.0
1.0.x
spotify-web-api-wrapper-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>nl.jiankai</groupId>
    <artifactId>spotify-web-api-wrapper</artifactId>
    <version>1.5.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.jiankai : spotify-web-api-wrapper gradle dependency to your build.gradle file:

implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.7'

Gradle Kotlin DSL: Add the following nl.jiankai : spotify-web-api-wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.jiankai:spotify-web-api-wrapper:1.5.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.jiankai : spotify-web-api-wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.jiankai" % "spotify-web-api-wrapper" % "1.5.7"

Advertisement