| License |
License |
|---|---|
| Categories |
CategoriesNet CLI User Interface |
| GroupId | GroupIdnet.neoremind |
| ArtifactId | ArtifactIdsimple-zk-client |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsimple-zk-client
Fountain is a Java based toolkit for syncing MySQL binlog and provide an easy API to process/publish
events.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| simple-zk-client-1.0.0.pom | |
| simple-zk-client-1.0.0.jar | 3 KB |
| simple-zk-client-1.0.0-sources.jar | 2 KB |
| simple-zk-client-1.0.0-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.neoremind/simple-zk-client/ -->
<dependency>
<groupId>net.neoremind</groupId>
<artifactId>simple-zk-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.neoremind/simple-zk-client/
implementation 'net.neoremind:simple-zk-client:1.0.0'
// https://jarcasting.com/artifacts/net.neoremind/simple-zk-client/
implementation ("net.neoremind:simple-zk-client:1.0.0")
'net.neoremind:simple-zk-client:jar:1.0.0'
<dependency org="net.neoremind" name="simple-zk-client" rev="1.0.0">
<artifact name="simple-zk-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.neoremind', module='simple-zk-client', version='1.0.0')
)
libraryDependencies += "net.neoremind" % "simple-zk-client" % "1.0.0"
[net.neoremind/simple-zk-client "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.10 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.10 |
| org.apache.curator : curator-framework | jar | 2.8.0 |
| org.apache.curator : curator-recipes | jar | 2.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 3.1.2.RELEASE |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| junit : junit | jar | 4.11 |