MVN

com.spotify : elitzur-examples_2.12

Maven & Gradle

Apr 27, 2023
21 stars

elitzur-examples · elitzur-examples

<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>elitzur-examples_2.12</artifactId>
    <version>0.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.7.2
  • Latest Release Candidate: 0.6.15-SCI00120-RC11

All Versions

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

Version Vulnerabilities Updated
0.7.x
elitzur-examples_2.12-0.7.2
elitzur-examples_2.12-0.7.1
elitzur-examples_2.12-0.7.0
0.6.x
elitzur-examples_2.12-0.6.16
elitzur-examples_2.12-0.6.15
elitzur-examples_2.12-0.6.15-SCI00120-RC11
elitzur-examples_2.12-0.6.14
elitzur-examples_2.12-0.6.12
elitzur-examples_2.12-0.6.11
elitzur-examples_2.12-0.6.10
elitzur-examples_2.12-0.6.9
elitzur-examples_2.12-0.6.8
elitzur-examples_2.12-0.6.7
elitzur-examples_2.12-0.6.6
elitzur-examples_2.12-0.6.5
elitzur-examples_2.12-0.6.4
elitzur-examples_2.12-0.6.3
elitzur-examples_2.12-0.6.2
elitzur-examples_2.12-0.6.1
elitzur-examples_2.12-0.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>elitzur-examples_2.12</artifactId>
    <version>0.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.spotify : elitzur-examples_2.12 gradle dependency to your build.gradle file:

implementation 'com.spotify:elitzur-examples_2.12:0.7.2'

Gradle Kotlin DSL: Add the following com.spotify : elitzur-examples_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.spotify:elitzur-examples_2.12:0.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.spotify : elitzur-examples_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.spotify" % "elitzur-examples_2.12" % "0.7.2"

Advertisement