d

dropwizard-leader-latch

This is a small library that integrates Apache Curator's Leader Latch recipe into a Dropwizard service.
https://github.com/kiwiproject/dropwizard-leader-latch
Files download
File Operation
dropwizard-leader-latch-2.0.2.jar download
dropwizard-leader-latch-2.0.2.pom download
dropwizard-leader-latch-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kiwiproject</groupId>
  <artifactId>dropwizard-leader-latch</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.kiwiproject:dropwizard-leader-latch:2.0.2'
Gradle Kotlin
implementation("org.kiwiproject:dropwizard-leader-latch:2.0.2")
Scala SBT
libraryDependencies += "org.kiwiproject" % "dropwizard-leader-latch" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.kiwiproject', module='dropwizard-leader-latch', version='2.0.2')
)
Apache Ivy
<dependency org="org.kiwiproject" name="dropwizard-leader-latch" rev="2.0.2" />
Leiningen
[org.kiwiproject/dropwizard-leader-latch "2.0.2"]
Apache Buildr
'org.kiwiproject:dropwizard-leader-latch:jar:2.0.2'