| License | License | 
|---|---|
| GroupId | GroupIdcom.github.mattzhongchang | 
| ArtifactId | ArtifactIdsparta-registry-zk | 
| Version | Version1.3.10-RELEASE | 
| Type | Typejar | 
| Description | Descriptionsparta | 
<!-- https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-registry-zk/ -->
<dependency>
    <groupId>com.github.mattzhongchang</groupId>
    <artifactId>sparta-registry-zk</artifactId>
    <version>1.3.10-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-registry-zk/
implementation 'com.github.mattzhongchang:sparta-registry-zk:1.3.10-RELEASE'// https://jarcasting.com/artifacts/com.github.mattzhongchang/sparta-registry-zk/
implementation ("com.github.mattzhongchang:sparta-registry-zk:1.3.10-RELEASE")'com.github.mattzhongchang:sparta-registry-zk:jar:1.3.10-RELEASE'<dependency org="com.github.mattzhongchang" name="sparta-registry-zk" rev="1.3.10-RELEASE">
  <artifact name="sparta-registry-zk" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.mattzhongchang', module='sparta-registry-zk', version='1.3.10-RELEASE')
)libraryDependencies += "com.github.mattzhongchang" % "sparta-registry-zk" % "1.3.10-RELEASE"[com.github.mattzhongchang/sparta-registry-zk "1.3.10-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.zookeeper : zookeeper | jar | 3.4.8 | 
| com.101tec : zkclient | jar | 0.10 | 
| com.github.mattzhongchang : sparta-core | jar | 1.3.10-RELEASE | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |