Last Version

zookeeper 1.0

基于curator封装zookeeper常用api

License

License

GroupId

GroupId

com.xzixi
ArtifactId

ArtifactId

zookeeper
Version

Version

1.0
Type

Type

pom
Description

Description

zookeeper
基于curator封装zookeeper常用api
Project URL

Project URL

https://gitee.com/xuelingkang/zookeeper
Source Code Management

Source Code Management

https://gitee.com/xuelingkang/zookeeper

Download zookeeper 1.0

Filename Size
zookeeper-1.0.pom 9 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • curator-client
  • curator-client-spring-boot-starter
  • curator-client-demo