MVN

com.twitter : util-zk_2.9.2

Maven & Gradle

Aug 22, 2014
1 usages
2.6k stars

util-zk · util-zk

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>util-zk_2.9.2</artifactId>
    <version>6.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twitter : util-zk_2.9.2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.20.0

All Versions

Choose a version of com.twitter : util-zk_2.9.2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.20.x
util-zk_2.9.2-6.20.0
6.19.x
util-zk_2.9.2-6.19.0
6.18.x
util-zk_2.9.2-6.18.1
util-zk_2.9.2-6.18.0
6.17.x
util-zk_2.9.2-6.17.0
6.16.x
util-zk_2.9.2-6.16.0
6.15.x
util-zk_2.9.2-6.15.0
6.14.x
util-zk_2.9.2-6.14.0
6.13.x
util-zk_2.9.2-6.13.2
util-zk_2.9.2-6.13.0
6.12.x
util-zk_2.9.2-6.12.1
6.11.x
util-zk_2.9.2-6.11.1
util-zk_2.9.2-6.11.0
6.10.x
util-zk_2.9.2-6.10.0
6.9.x
util-zk_2.9.2-6.9.0
6.8.x
util-zk_2.9.2-6.8.1
util-zk_2.9.2-6.8.0
6.7.x
util-zk_2.9.2-6.7.0
6.6.x
util-zk_2.9.2-6.6.0
6.5.x
util-zk_2.9.2-6.5.0
6.4.x
util-zk_2.9.2-6.4.0
6.3.x
util-zk_2.9.2-6.3.8
util-zk_2.9.2-6.3.7
util-zk_2.9.2-6.3.6
util-zk_2.9.2-6.3.5
util-zk_2.9.2-6.3.4
util-zk_2.9.2-6.3.0
6.2.x
util-zk_2.9.2-6.2.4
util-zk_2.9.2-6.2.0
6.1.x
util-zk_2.9.2-6.1.0
6.0.x
util-zk_2.9.2-6.0.6
util-zk_2.9.2-6.0.5

How to add a dependency to Maven

Add the following com.twitter : util-zk_2.9.2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>util-zk_2.9.2</artifactId>
    <version>6.20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twitter : util-zk_2.9.2 gradle dependency to your build.gradle file:

implementation 'com.twitter:util-zk_2.9.2:6.20.0'

Gradle Kotlin DSL: Add the following com.twitter : util-zk_2.9.2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twitter:util-zk_2.9.2:6.20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twitter : util-zk_2.9.2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twitter" % "util-zk_2.9.2" % "6.20.0"

Advertisement