| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdorg.nutz | 
    
| ArtifactId | ArtifactIdnutzboot-starter-zkclient | 
    
| Version | Version2.3.4.v20190410 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-zkclient/ -->
<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutzboot-starter-zkclient</artifactId>
    <version>2.3.4.v20190410</version>
</dependency>
                // https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-zkclient/
implementation 'org.nutz:nutzboot-starter-zkclient:2.3.4.v20190410'
                // https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-zkclient/
implementation ("org.nutz:nutzboot-starter-zkclient:2.3.4.v20190410")
                'org.nutz:nutzboot-starter-zkclient:jar:2.3.4.v20190410'
                <dependency org="org.nutz" name="nutzboot-starter-zkclient" rev="2.3.4.v20190410">
  <artifact name="nutzboot-starter-zkclient" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-zkclient', version='2.3.4.v20190410')
)
                libraryDependencies += "org.nutz" % "nutzboot-starter-zkclient" % "2.3.4.v20190410"
                [org.nutz/nutzboot-starter-zkclient "2.3.4.v20190410"]