You can download curator-recipes-2.7.1.jar in this page.
Apache License
curator-recipes-2.7.1.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.curator/curator-recipes/pom.properties META-INF/maven/org.apache.curator/curator-recipes/pom.xml org.apache.curator.framework.recipes.AfterConnectionEstablished.class org.apache.curator.framework.recipes.atomic.AtomicStats.class org.apache.curator.framework.recipes.atomic.AtomicValue.class org.apache.curator.framework.recipes.atomic.CachedAtomicInteger.class org.apache.curator.framework.recipes.atomic.CachedAtomicLong.class org.apache.curator.framework.recipes.atomic.DistributedAtomicInteger.class org.apache.curator.framework.recipes.atomic.DistributedAtomicLong.class org.apache.curator.framework.recipes.atomic.DistributedAtomicNumber.class org.apache.curator.framework.recipes.atomic.DistributedAtomicValue.class org.apache.curator.framework.recipes.atomic.MakeValue.class org.apache.curator.framework.recipes.atomic.MutableAtomicValue.class org.apache.curator.framework.recipes.atomic.PromotedToLock.class org.apache.curator.framework.recipes.barriers.DistributedBarrier.class org.apache.curator.framework.recipes.barriers.DistributedDoubleBarrier.class org.apache.curator.framework.recipes.cache.ChildData.class org.apache.curator.framework.recipes.cache.EventOperation.class org.apache.curator.framework.recipes.cache.GetDataOperation.class org.apache.curator.framework.recipes.cache.NodeCache.class org.apache.curator.framework.recipes.cache.NodeCacheListener.class org.apache.curator.framework.recipes.cache.Operation.class org.apache.curator.framework.recipes.cache.PathChildrenCache.class org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent.class org.apache.curator.framework.recipes.cache.PathChildrenCacheListener.class org.apache.curator.framework.recipes.cache.PathChildrenCacheMode.class org.apache.curator.framework.recipes.cache.RefreshOperation.class org.apache.curator.framework.recipes.cache.TreeCache.class org.apache.curator.framework.recipes.cache.TreeCacheEvent.class org.apache.curator.framework.recipes.cache.TreeCacheListener.class org.apache.curator.framework.recipes.leader.CancelLeadershipException.class org.apache.curator.framework.recipes.leader.LeaderLatch.class org.apache.curator.framework.recipes.leader.LeaderLatchListener.class org.apache.curator.framework.recipes.leader.LeaderSelector.class org.apache.curator.framework.recipes.leader.LeaderSelectorListener.class org.apache.curator.framework.recipes.leader.LeaderSelectorListenerAdapter.class org.apache.curator.framework.recipes.leader.Participant.class org.apache.curator.framework.recipes.locks.ChildReaper.class org.apache.curator.framework.recipes.locks.InterProcessLock.class org.apache.curator.framework.recipes.locks.InterProcessMultiLock.class org.apache.curator.framework.recipes.locks.InterProcessMutex.class org.apache.curator.framework.recipes.locks.InterProcessReadWriteLock.class org.apache.curator.framework.recipes.locks.InterProcessSemaphore.class org.apache.curator.framework.recipes.locks.InterProcessSemaphoreMutex.class org.apache.curator.framework.recipes.locks.InterProcessSemaphoreV2.class org.apache.curator.framework.recipes.locks.Lease.class org.apache.curator.framework.recipes.locks.LockInternals.class org.apache.curator.framework.recipes.locks.LockInternalsDriver.class org.apache.curator.framework.recipes.locks.LockInternalsSorter.class org.apache.curator.framework.recipes.locks.PredicateResults.class org.apache.curator.framework.recipes.locks.Reaper.class org.apache.curator.framework.recipes.locks.Revocable.class org.apache.curator.framework.recipes.locks.RevocationListener.class org.apache.curator.framework.recipes.locks.RevocationSpec.class org.apache.curator.framework.recipes.locks.Revoker.class org.apache.curator.framework.recipes.locks.StandardLockInternalsDriver.class org.apache.curator.framework.recipes.nodes.PersistentEphemeralNode.class org.apache.curator.framework.recipes.queue.BlockingQueueConsumer.class org.apache.curator.framework.recipes.queue.ChildrenCache.class org.apache.curator.framework.recipes.queue.DistributedDelayQueue.class org.apache.curator.framework.recipes.queue.DistributedIdQueue.class org.apache.curator.framework.recipes.queue.DistributedPriorityQueue.class org.apache.curator.framework.recipes.queue.DistributedQueue.class org.apache.curator.framework.recipes.queue.ErrorMode.class org.apache.curator.framework.recipes.queue.ItemSerializer.class org.apache.curator.framework.recipes.queue.MultiItem.class org.apache.curator.framework.recipes.queue.QueueAllocator.class org.apache.curator.framework.recipes.queue.QueueBase.class org.apache.curator.framework.recipes.queue.QueueBuilder.class org.apache.curator.framework.recipes.queue.QueueConsumer.class org.apache.curator.framework.recipes.queue.QueuePutListener.class org.apache.curator.framework.recipes.queue.QueueSafety.class org.apache.curator.framework.recipes.queue.QueueSerializer.class org.apache.curator.framework.recipes.queue.QueueSharder.class org.apache.curator.framework.recipes.queue.QueueSharderPolicies.class org.apache.curator.framework.recipes.queue.SimpleDistributedQueue.class org.apache.curator.framework.recipes.shared.SharedCount.class org.apache.curator.framework.recipes.shared.SharedCountListener.class org.apache.curator.framework.recipes.shared.SharedCountReader.class org.apache.curator.framework.recipes.shared.SharedValue.class org.apache.curator.framework.recipes.shared.SharedValueListener.class org.apache.curator.framework.recipes.shared.SharedValueReader.class org.apache.curator.framework.recipes.shared.VersionedValue.class
curator-recipes-2.7.1.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> <version>2.7.1</version> </parent> <artifactId>curator-recipes</artifactId> <version>2.7.1</version> <packaging>bundle</packaging> <name>Curator Recipes</name> <description>All of the recipes listed on the ZooKeeper recipes doc (except two phase commit).</description> <inceptionYear>2011</inceptionYear> <properties> <osgi.import.package> * </osgi.import.package> <osgi.export.package> org.apache.curator.framework.recipes*;version="${project.version}";-noimport:=true </osgi.export.package> </properties> <dependencies> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-framework</artifactId> </dependency> <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-recipes</artifactId> <version>2.7.1</version> </dependency>
If you think the following curator-recipes-2.7.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download curator-recipes-2.7.1.jar file