License |
License |
---|---|
GroupId | GroupIdorg.apache.zookeeper |
ArtifactId | ArtifactIdzookeeper-contrib-rest |
Last Version | Last Version3.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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 |
<!-- 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"]
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 |
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 |