d

dropwizard-curator

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