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