Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.mxsm |
ArtifactId | ArtifactIdzkClient |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
zkClient-1.0.0.pom | |
zkClient-1.0.0.jar | 78 KB |
zkClient-1.0.0-sources.jar | 43 KB |
zkClient-1.0.0-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mxsm/zkClient/ -->
<dependency>
<groupId>com.github.mxsm</groupId>
<artifactId>zkClient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mxsm/zkClient/
implementation 'com.github.mxsm:zkClient:1.0.0'
// https://jarcasting.com/artifacts/com.github.mxsm/zkClient/
implementation ("com.github.mxsm:zkClient:1.0.0")
'com.github.mxsm:zkClient:jar:1.0.0'
<dependency org="com.github.mxsm" name="zkClient" rev="1.0.0">
<artifact name="zkClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mxsm', module='zkClient', version='1.0.0')
)
libraryDependencies += "com.github.mxsm" % "zkClient" % "1.0.0"
[com.github.mxsm/zkClient "1.0.0"]