MVN

com.bazaarvoice.ostrich.zookeeper : ostrich-zookeeper-registry

Maven & Gradle

Jan 17, 2020
4 usages
26 stars

registry · Ostrich service registry backed by ZooKeeper

<dependency>
    <groupId>com.bazaarvoice.ostrich.zookeeper</groupId>
    <artifactId>ostrich-zookeeper-registry</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bazaarvoice.ostrich.zookeeper : ostrich-zookeeper-registry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.bazaarvoice.ostrich.zookeeper : ostrich-zookeeper-registry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
ostrich-zookeeper-registry-2.1.0
2.0.x
ostrich-zookeeper-registry-2.0.2
ostrich-zookeeper-registry-2.0.1
ostrich-zookeeper-registry-2.0.0
1.10.x
ostrich-zookeeper-registry-1.10.2
ostrich-zookeeper-registry-1.10.1
1.9.x
ostrich-zookeeper-registry-1.9.5
ostrich-zookeeper-registry-1.9.4
ostrich-zookeeper-registry-1.9.3
ostrich-zookeeper-registry-1.9.2
ostrich-zookeeper-registry-1.9.0
1.8.x
ostrich-zookeeper-registry-1.8.1
ostrich-zookeeper-registry-1.8.0
1.7.x
ostrich-zookeeper-registry-1.7.5
ostrich-zookeeper-registry-1.7.4
ostrich-zookeeper-registry-1.7.2
ostrich-zookeeper-registry-1.7.1
ostrich-zookeeper-registry-1.7.0
1.6.x
ostrich-zookeeper-registry-1.6.0
1.5.x
ostrich-zookeeper-registry-1.5.5
ostrich-zookeeper-registry-1.5.4
ostrich-zookeeper-registry-1.5.3
ostrich-zookeeper-registry-1.5.2
ostrich-zookeeper-registry-1.5.1
ostrich-zookeeper-registry-1.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bazaarvoice.ostrich.zookeeper</groupId>
    <artifactId>ostrich-zookeeper-registry</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bazaarvoice.ostrich.zookeeper : ostrich-zookeeper-registry gradle dependency to your build.gradle file:

implementation 'com.bazaarvoice.ostrich.zookeeper:ostrich-zookeeper-registry:2.1.0'

Gradle Kotlin DSL: Add the following com.bazaarvoice.ostrich.zookeeper : ostrich-zookeeper-registry gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bazaarvoice.ostrich.zookeeper:ostrich-zookeeper-registry:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bazaarvoice.ostrich.zookeeper : ostrich-zookeeper-registry sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bazaarvoice.ostrich.zookeeper" % "ostrich-zookeeper-registry" % "2.1.0"

Advertisement