Last Version

Apache ZooKeeper - Contrib - Rest 3.8.0

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.

License

License

GroupId

GroupId

org.apache.zookeeper
ArtifactId

ArtifactId

zookeeper-contrib-rest
Version

Version

3.8.0
Type

Type

jar
Description

Description

Apache ZooKeeper - Contrib - Rest
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.
Project Organization

Project Organization

The Apache Software Foundation

Download zookeeper-contrib-rest 3.8.0


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

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.zookeeper : zookeeper jar 3.8.0
org.slf4j : slf4j-api jar 1.7.30
ch.qos.logback : logback-core jar 1.2.10
asm : asm jar 3.1
com.sun.grizzly : grizzly-servlet-webserver jar 1.9.8
com.sun.jersey : jersey-server jar 1.1.5.1
com.sun.jersey : jersey-json jar 1.1.5.1

test (3)

Group / Artifact Type Version
org.apache.zookeeper : zookeeper test-jar 3.8.0
com.sun.jersey : jersey-client jar 1.1.5.1
org.junit.vintage : junit-vintage-engine jar 5.6.2

Project Modules

There are no modules declared in this project.