License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.101tec |
ArtifactId | ArtifactIdzkclient |
Version | Version0.11 |
Type | Typejar |
Description |
DescriptionZkClient
A zookeeper client, that makes life a little easier.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zkclient-0.11.pom | |
zkclient-0.11.jar | 72 KB |
zkclient-0.11-sources.jar | 42 KB |
zkclient-0.11-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.101tec/zkclient/ -->
<dependency>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.101tec/zkclient/
implementation 'com.101tec:zkclient:0.11'
// https://jarcasting.com/artifacts/com.101tec/zkclient/
implementation ("com.101tec:zkclient:0.11")
'com.101tec:zkclient:jar:0.11'
<dependency org="com.101tec" name="zkclient" rev="0.11">
<artifact name="zkclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.101tec', module='zkclient', version='0.11')
)
libraryDependencies += "com.101tec" % "zkclient" % "0.11"
[com.101tec/zkclient "0.11"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.zookeeper : zookeeper | jar | 3.4.13 |
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 1.4 |
junit : junit | jar | 4.12 |
log4j : log4j | jar | 1.2.15 |
org.assertj : assertj-core | jar | 2.0.0 |
org.mockito : mockito-core | jar | 1.8.0 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |