License |
License |
---|---|
GroupId | GroupIdcom.indoqa |
ArtifactId | ArtifactIdindoqa-zookeeper |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionIndoqa Zookeeper
A simple state machine operating on Apache ZooKeeper
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
indoqa-zookeeper-1.0.1.pom | |
indoqa-zookeeper-1.0.1.jar | 21 KB |
indoqa-zookeeper-1.0.1-sources.jar | 15 KB |
indoqa-zookeeper-1.0.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.indoqa/indoqa-zookeeper/ -->
<dependency>
<groupId>com.indoqa</groupId>
<artifactId>indoqa-zookeeper</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.indoqa/indoqa-zookeeper/
implementation 'com.indoqa:indoqa-zookeeper:1.0.1'
// https://jarcasting.com/artifacts/com.indoqa/indoqa-zookeeper/
implementation ("com.indoqa:indoqa-zookeeper:1.0.1")
'com.indoqa:indoqa-zookeeper:jar:1.0.1'
<dependency org="com.indoqa" name="indoqa-zookeeper" rev="1.0.1">
<artifact name="indoqa-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.indoqa', module='indoqa-zookeeper', version='1.0.1')
)
libraryDependencies += "com.indoqa" % "indoqa-zookeeper" % "1.0.1"
[com.indoqa/indoqa-zookeeper "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.zookeeper : zookeeper | jar | 3.4.10 |
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.curator : curator-test | jar | 2.12.0 |
org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
junit : junit | jar | 4.12 |