is not current version
Last Version 1.3.3

com.netflix.curator:curator-client 1.1.1


Categories

Categories

Net CLI User Interface
GroupId

GroupId

com.netflix.curator
ArtifactId

ArtifactId

curator-client
Version

Version

1.1.1
Type

Type

jar

Download curator-client 1.1.1


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