MVN

com.spotify.sparkey : sparkey

Maven & Gradle

Jan 13, 2023
10 usages
113 stars
<dependency>
    <groupId>com.spotify.sparkey</groupId>
    <artifactId>sparkey</artifactId>
    <version>3.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.5

All Versions

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

Version Vulnerabilities Updated
3.2.x
sparkey-3.2.5
sparkey-3.2.4
sparkey-3.2.2
sparkey-3.2.1
sparkey-3.2.0
3.1.x
sparkey-3.1.0
3.0.x
sparkey-3.0.1
sparkey-3.0.0
2.3.x
sparkey-2.3.2
sparkey-2.3.1
sparkey-2.3.0
2.2.x
sparkey-2.2.1
sparkey-2.2.0
2.1.x
sparkey-2.1.3
sparkey-2.1.2
sparkey-2.1.1
sparkey-2.1.0
2.0.x
sparkey-2.0.3
sparkey-2.0.2
sparkey-2.0.1
sparkey-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.spotify.sparkey</groupId>
    <artifactId>sparkey</artifactId>
    <version>3.2.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.spotify.sparkey:sparkey:3.2.5'

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

implementation("com.spotify.sparkey:sparkey:3.2.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.spotify.sparkey" % "sparkey" % "3.2.5"

Advertisement