Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.yahoo.vespa |
ArtifactId | ArtifactIdzookeeper-command-line-client |
Version | Version7.542.42 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/zookeeper-command-line-client/ -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>zookeeper-command-line-client</artifactId>
<version>7.542.42</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.vespa/zookeeper-command-line-client/
implementation 'com.yahoo.vespa:zookeeper-command-line-client:7.542.42'
// https://jarcasting.com/artifacts/com.yahoo.vespa/zookeeper-command-line-client/
implementation ("com.yahoo.vespa:zookeeper-command-line-client:7.542.42")
'com.yahoo.vespa:zookeeper-command-line-client:jar:7.542.42'
<dependency org="com.yahoo.vespa" name="zookeeper-command-line-client" rev="7.542.42">
<artifact name="zookeeper-command-line-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.vespa', module='zookeeper-command-line-client', version='7.542.42')
)
libraryDependencies += "com.yahoo.vespa" % "zookeeper-command-line-client" % "7.542.42"
[com.yahoo.vespa/zookeeper-command-line-client "7.542.42"]