d

dropwizard-curator

A small library that integrates Apache Curator with Dropwizard.
https://github.com/kiwiproject/dropwizard-curator
Files download
File Operation
dropwizard-curator-2.1.6.jar download
dropwizard-curator-2.1.6.pom download
dropwizard-curator-2.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kiwiproject</groupId>
  <artifactId>dropwizard-curator</artifactId>
  <version>2.1.6</version>
</dependency>
Gradle Groovy
implementation 'org.kiwiproject:dropwizard-curator:2.1.6'
Gradle Kotlin
implementation("org.kiwiproject:dropwizard-curator:2.1.6")
Scala SBT
libraryDependencies += "org.kiwiproject" % "dropwizard-curator" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='org.kiwiproject', module='dropwizard-curator', version='2.1.6')
)
Apache Ivy
<dependency org="org.kiwiproject" name="dropwizard-curator" rev="2.1.6" />
Leiningen
[org.kiwiproject/dropwizard-curator "2.1.6"]
Apache Buildr
'org.kiwiproject:dropwizard-curator:jar:2.1.6'