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
MIT License
Kiwi Project
Chris Rohr Scott Leberknight
Files download
File Operation
dropwizard-leader-latch-0.9.0.jar download
dropwizard-leader-latch-0.9.0.pom download
dropwizard-leader-latch-0.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kiwiproject</groupId>
  <artifactId>dropwizard-leader-latch</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'org.kiwiproject:dropwizard-leader-latch:0.9.0'
Gradle Kotlin
implementation("org.kiwiproject:dropwizard-leader-latch:0.9.0")
Scala SBT
libraryDependencies += "org.kiwiproject" % "dropwizard-leader-latch" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.kiwiproject', module='dropwizard-leader-latch', version='0.9.0')
)
Apache Ivy
<dependency org="org.kiwiproject" name="dropwizard-leader-latch" rev="0.9.0" />
Leiningen
[org.kiwiproject/dropwizard-leader-latch "0.9.0"]
Apache Buildr
'org.kiwiproject:dropwizard-leader-latch:jar:0.9.0'