is not current version
Last Version 1.3.3

com.netflix.curator:curator-client 1.0.2


Categories

Categories

Net CLI User Interface
GroupId

GroupId

com.netflix.curator
ArtifactId

ArtifactId

curator-client
Version

Version

1.0.2
Type

Type

jar

Download curator-client 1.0.2


<!-- https://jarcasting.com/artifacts/com.netflix.curator/curator-client/ -->
<dependency>
    <groupId>com.netflix.curator</groupId>
    <artifactId>curator-client</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.curator/curator-client/
implementation 'com.netflix.curator:curator-client:1.0.2'
// https://jarcasting.com/artifacts/com.netflix.curator/curator-client/
implementation ("com.netflix.curator:curator-client:1.0.2")
'com.netflix.curator:curator-client:jar:1.0.2'
<dependency org="com.netflix.curator" name="curator-client" rev="1.0.2">
  <artifact name="curator-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.curator', module='curator-client', version='1.0.2')
)
libraryDependencies += "com.netflix.curator" % "curator-client" % "1.0.2"
[com.netflix.curator/curator-client "1.0.2"]