MVN

com.netflix.curator : curator-framework

Maven & Gradle

Mar 04, 2013
35 usages
2.1k stars

curator · curator developed by Netflix

<dependency>
    <groupId>com.netflix.curator</groupId>
    <artifactId>curator-framework</artifactId>
    <version>1.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.curator : curator-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of com.netflix.curator : curator-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
curator-framework-1.3.3
curator-framework-1.3.2
curator-framework-1.3.1
curator-framework-1.3.0
1.2.x
curator-framework-1.2.6
curator-framework-1.2.5
curator-framework-1.2.4
curator-framework-1.2.3
curator-framework-1.2.2
1.1.x
curator-framework-1.1.18
curator-framework-1.1.17
curator-framework-1.1.16
curator-framework-1.1.15
curator-framework-1.1.14
curator-framework-1.1.13
curator-framework-1.1.12
curator-framework-1.1.11
curator-framework-1.1.10
curator-framework-1.1.9
curator-framework-1.1.8
curator-framework-1.1.7
curator-framework-1.1.5
curator-framework-1.1.4
curator-framework-1.1.3
curator-framework-1.1.2
curator-framework-1.1.1
curator-framework-1.1.0
1.0.x
curator-framework-1.0.20
curator-framework-1.0.17
curator-framework-1.0.16
curator-framework-1.0.15
curator-framework-1.0.14
curator-framework-1.0.13
curator-framework-1.0.12
curator-framework-1.0.11
curator-framework-1.0.10
curator-framework-1.0.9
curator-framework-1.0.8
curator-framework-1.0.6
curator-framework-1.0.3
curator-framework-1.0.2
curator-framework-1.0.1
curator-framework-1.0.0
0.32
curator-framework-0.32
0.31
curator-framework-0.31
0.30
curator-framework-0.30
0.25
curator-framework-0.25
0.13
curator-framework-0.13
0.100.x
curator-framework-0.100.0
0.6.x
curator-framework-0.6.4
curator-framework-0.6.3
curator-framework-0.6.1
0.5.x
curator-framework-0.5.2
curator-framework-0.5.1
0.4.x
curator-framework-0.4.2
curator-framework-0.4.1

How to add a dependency to Maven

Add the following com.netflix.curator : curator-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netflix.curator</groupId>
    <artifactId>curator-framework</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.curator : curator-framework gradle dependency to your build.gradle file:

implementation 'com.netflix.curator:curator-framework:1.3.3'

Gradle Kotlin DSL: Add the following com.netflix.curator : curator-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.curator:curator-framework:1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.curator : curator-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.curator" % "curator-framework" % "1.3.3"

Advertisement