License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.github.vivekkothari |
ArtifactId | ArtifactIddropwizard-extra-curator |
Last Version | Last Version0.9.2-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Extra Curator
Dropwizard integration for working with ZooKeeper using Netflix's Curator client.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.vivekkothari/dropwizard-extra-curator/ -->
<dependency>
<groupId>com.github.vivekkothari</groupId>
<artifactId>dropwizard-extra-curator</artifactId>
<version>0.9.2-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vivekkothari/dropwizard-extra-curator/
implementation 'com.github.vivekkothari:dropwizard-extra-curator:0.9.2-1'
// https://jarcasting.com/artifacts/com.github.vivekkothari/dropwizard-extra-curator/
implementation ("com.github.vivekkothari:dropwizard-extra-curator:0.9.2-1")
'com.github.vivekkothari:dropwizard-extra-curator:jar:0.9.2-1'
<dependency org="com.github.vivekkothari" name="dropwizard-extra-curator" rev="0.9.2-1">
<artifact name="dropwizard-extra-curator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vivekkothari', module='dropwizard-extra-curator', version='0.9.2-1')
)
libraryDependencies += "com.github.vivekkothari" % "dropwizard-extra-curator" % "0.9.2-1"
[com.github.vivekkothari/dropwizard-extra-curator "0.9.2-1"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 0.9.2 |
com.github.vivekkothari : dropwizard-extra-zookeeper | jar | 0.9.2-1 |
org.apache.curator : curator-framework | jar | 2.0.1-incubating |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.hamcrest : hamcrest-all | jar | 1.1 |
org.mockito : mockito-all | jar | 1.9.0 |
org.powermock : powermock-module-junit4 | jar | 1.5.4 |
org.powermock : powermock-api-mockito | jar | 1.4.12 |