| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface config Application Layer Libs Configuration | 
| GroupId | GroupIdcom.shushanfx | 
| ArtifactId | ArtifactIdzkconfig-client | 
| Version | Version1.0-RELEASE | 
| Type | Typejar | 
| Description | Descriptionzkconfig A Tool to manage config for a cluster server. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| zkconfig-client-1.0-RELEASE.pom | |
| zkconfig-client-1.0-RELEASE.jar | 21 KB | 
| zkconfig-client-1.0-RELEASE-sources.jar | 11 KB | 
| zkconfig-client-1.0-RELEASE-javadoc.jar | 119 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.shushanfx/zkconfig-client/ -->
<dependency>
    <groupId>com.shushanfx</groupId>
    <artifactId>zkconfig-client</artifactId>
    <version>1.0-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.shushanfx/zkconfig-client/
implementation 'com.shushanfx:zkconfig-client:1.0-RELEASE'// https://jarcasting.com/artifacts/com.shushanfx/zkconfig-client/
implementation ("com.shushanfx:zkconfig-client:1.0-RELEASE")'com.shushanfx:zkconfig-client:jar:1.0-RELEASE'<dependency org="com.shushanfx" name="zkconfig-client" rev="1.0-RELEASE">
  <artifact name="zkconfig-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.shushanfx', module='zkconfig-client', version='1.0-RELEASE')
)libraryDependencies += "com.shushanfx" % "zkconfig-client" % "1.0-RELEASE"[com.shushanfx/zkconfig-client "1.0-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.zookeeper : zookeeper | jar | 3.4.10 | 
| com.101tec : zkclient | jar | 0.10 | 
| com.google.code.gson : gson | jar | 2.8.1 |