org.apache.curator:curator-recipes (5.2.0)

Published 2026-02-24 13:43:58 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.apache.curator</groupId>
	<artifactId>curator-recipes</artifactId>
	<version>5.2.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.apache.curator:curator-recipes:5.2.0

About this package

All of the recipes listed on the ZooKeeper recipes doc (except two phase commit).

Dependencies

org.apache.curator:curator-framework
org.apache.curator:curator-framework
org.apache.curator:curator-test
org.mockito:mockito-core
org.junit.jupiter:junit-jupiter-api
org.slf4j:slf4j-log4j12
org.apache.commons:commons-math
Details
Maven
2026-02-24 13:43:58 +00:00
0
Curator Recipes
3.5 KiB
Assets (1)
Versions (2) View all
2.13.0 2026-02-24
5.2.0 2026-02-24