| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.yahoo.vespa |
| ArtifactId | ArtifactIdzookeeper-client-common |
| Version | Version7.553.2 |
| Type | Typejar |
| Description |
DescriptionParent artifact for all Vespa maven projects.
|
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/zookeeper-client-common/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>zookeeper-client-common</artifactId>
<version>7.553.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/zookeeper-client-common/
implementation 'com.yahoo.vespa:zookeeper-client-common:7.553.2'
// https://jarcasting.com/artifacts/com.yahoo.vespa/zookeeper-client-common/
implementation ("com.yahoo.vespa:zookeeper-client-common:7.553.2")
'com.yahoo.vespa:zookeeper-client-common:jar:7.553.2'
<dependency org="com.yahoo.vespa" name="zookeeper-client-common" rev="7.553.2">
<artifact name="zookeeper-client-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='zookeeper-client-common', version='7.553.2')
)
libraryDependencies += "com.yahoo.vespa" % "zookeeper-client-common" % "7.553.2"
[com.yahoo.vespa/zookeeper-client-common "7.553.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.yahoo.vespa : security-utils | jar | 7.553.2 |
| org.apache.zookeeper : zookeeper | jar | 3.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |