MVN

com.kubukoz : spotify-next_3

Maven & Gradle

Oct 09, 2022
46 stars

spotify-next · spotify-next

<dependency>
    <groupId>com.kubukoz</groupId>
    <artifactId>spotify-next_3</artifactId>
    <version>1.11.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kubukoz : spotify-next_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.3

All Versions

Choose a version of com.kubukoz : spotify-next_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
spotify-next_3-1.11.3
spotify-next_3-1.11.2
spotify-next_3-1.11.1
spotify-next_3-1.11.0
1.10.x
spotify-next_3-1.10.0
1.9.x
spotify-next_3-1.9.3
spotify-next_3-1.9.2
spotify-next_3-1.9.1
spotify-next_3-1.9.0
1.8.x
spotify-next_3-1.8.2
spotify-next_3-1.8.1
spotify-next_3-1.8.0
1.7.x
spotify-next_3-1.7.8
spotify-next_3-1.7.7
spotify-next_3-1.7.6
spotify-next_3-1.7.5
spotify-next_3-1.7.4
spotify-next_3-1.7.3
spotify-next_3-1.7.2
spotify-next_3-1.7.1
spotify-next_3-1.7.0
1.6.x
spotify-next_3-1.6.2
spotify-next_3-1.6.1
spotify-next_3-1.6.0
1.5.x
spotify-next_3-1.5.0
1.4.x
spotify-next_3-1.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.kubukoz</groupId>
    <artifactId>spotify-next_3</artifactId>
    <version>1.11.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kubukoz : spotify-next_3 gradle dependency to your build.gradle file:

implementation 'com.kubukoz:spotify-next_3:1.11.3'

Gradle Kotlin DSL: Add the following com.kubukoz : spotify-next_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kubukoz:spotify-next_3:1.11.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kubukoz : spotify-next_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kubukoz" % "spotify-next_3" % "1.11.3"

Advertisement