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