Home
Cloud
Big Data
CI
Install
Samples
Java
Ubuntu
Maven
Archive
ZooKeeper
|
Curator Framework: Maven - POM Configuration
Maven - POM Configuration
Maven - POM Configuration
Before you can use the Curator Framework API, you need to add some dependencies to your "
pom.xml
" file.
Here are the minimal dependencies needed in order for the following examples to work:
<dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-framework</artifactId> <version>5.4.0</version> </dependency> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-client</artifactId> <version>5.4.0</version> </dependency>
© 2010-2022
mti
tek