is not current version
Last Version 3.8.0

org.apache.zookeeper:zookeeper-contrib-rest 3.6.1

ZooKeeper REST implementation using Jersey JAX-RS. -------------------------------------------------- This is an implementation of version 2 of the ZooKeeper REST spec. Note: This interface is currently experimental, may change at any time, etc... In general you should be using the Java/C client bindings to access the ZooKeeper server. This REST ZooKeeper gateway is useful because most of the languages have built-in support for working with HTTP based protocols. See SPEC.txt for details on the REST binding.

GroupId

GroupId

org.apache.zookeeper
ArtifactId

ArtifactId

zookeeper-contrib-rest
Version

Version

3.6.1
Type

Type

jar

Download zookeeper-contrib-rest 3.6.1


<!-- https://jarcasting.com/artifacts/org.apache.zookeeper/zookeeper-contrib-rest/ -->
<dependency>
    <groupId>org.apache.zookeeper</groupId>
    <artifactId>zookeeper-contrib-rest</artifactId>
    <version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.zookeeper/zookeeper-contrib-rest/
implementation 'org.apache.zookeeper:zookeeper-contrib-rest:3.6.1'
// https://jarcasting.com/artifacts/org.apache.zookeeper/zookeeper-contrib-rest/
implementation ("org.apache.zookeeper:zookeeper-contrib-rest:3.6.1")
'org.apache.zookeeper:zookeeper-contrib-rest:jar:3.6.1'
<dependency org="org.apache.zookeeper" name="zookeeper-contrib-rest" rev="3.6.1">
  <artifact name="zookeeper-contrib-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.zookeeper', module='zookeeper-contrib-rest', version='3.6.1')
)
libraryDependencies += "org.apache.zookeeper" % "zookeeper-contrib-rest" % "3.6.1"
[org.apache.zookeeper/zookeeper-contrib-rest "3.6.1"]