MVN

com.github.lajospolya : spotify-api-wrapper

Maven & Gradle

Apr 27, 2020
1 stars

com.github.lajospolya:spotify-api-wrapper · This project wraps the Spotify public API in order to allow users to intuitively use it

<dependency>
    <groupId>com.github.lajospolya</groupId>
    <artifactId>spotify-api-wrapper</artifactId>
    <version>3.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lajospolya : spotify-api-wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.RELEASE

All Versions

Choose a version of com.github.lajospolya : spotify-api-wrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
spotify-api-wrapper-3.0.RELEASE
2.1.x
spotify-api-wrapper-2.1.RELEASE
2.0.x
spotify-api-wrapper-2.0.RELEASE
1.0.x
spotify-api-wrapper-1.0.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.lajospolya</groupId>
    <artifactId>spotify-api-wrapper</artifactId>
    <version>3.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lajospolya : spotify-api-wrapper gradle dependency to your build.gradle file:

implementation 'com.github.lajospolya:spotify-api-wrapper:3.0.RELEASE'

Gradle Kotlin DSL: Add the following com.github.lajospolya : spotify-api-wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lajospolya:spotify-api-wrapper:3.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lajospolya : spotify-api-wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lajospolya" % "spotify-api-wrapper" % "3.0.RELEASE"

Advertisement