MVN

com.yahoo.vespa : zookeeper-common

Maven & Gradle

Jan 03, 2024
<dependency>
    <groupId>com.yahoo.vespa</groupId>
    <artifactId>zookeeper-common</artifactId>
    <version>8.281.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yahoo.vespa : zookeeper-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.281.22

All Versions

Choose a version of com.yahoo.vespa : zookeeper-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.281.x
zookeeper-common-8.281.22
8.279.x
zookeeper-common-8.279.6
8.277.x
zookeeper-common-8.277.17
8.276.x
zookeeper-common-8.276.19
8.275.x
zookeeper-common-8.275.39

How to add a dependency to Maven

Add the following com.yahoo.vespa : zookeeper-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yahoo.vespa</groupId>
    <artifactId>zookeeper-common</artifactId>
    <version>8.281.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yahoo.vespa : zookeeper-common gradle dependency to your build.gradle file:

implementation 'com.yahoo.vespa:zookeeper-common:8.281.22'

Gradle Kotlin DSL: Add the following com.yahoo.vespa : zookeeper-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yahoo.vespa:zookeeper-common:8.281.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yahoo.vespa : zookeeper-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yahoo.vespa" % "zookeeper-common" % "8.281.22"

Advertisement