Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.curator |
ArtifactId | ArtifactIdcurator-examples |
Version | Version1.2.4 |
Type | Typejar |
Filename | Size |
---|---|
curator-examples-1.2.4.pom | |
curator-examples-1.2.4.jar | 25 KB |
curator-examples-1.2.4-sources.jar | 17 KB |
curator-examples-1.2.4-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.curator/curator-examples/ -->
<dependency>
<groupId>com.netflix.curator</groupId>
<artifactId>curator-examples</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.curator/curator-examples/
implementation 'com.netflix.curator:curator-examples:1.2.4'
// https://jarcasting.com/artifacts/com.netflix.curator/curator-examples/
implementation ("com.netflix.curator:curator-examples:1.2.4")
'com.netflix.curator:curator-examples:jar:1.2.4'
<dependency org="com.netflix.curator" name="curator-examples" rev="1.2.4">
<artifact name="curator-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.curator', module='curator-examples', version='1.2.4')
)
libraryDependencies += "com.netflix.curator" % "curator-examples" % "1.2.4"
[com.netflix.curator/curator-examples "1.2.4"]