is not current version
Last Version 1.0.6

org.kiwiproject:dropwizard-leader-latch 0.15.0

This is a small library that integrates Apache Curator's Leader Latch recipe into a Dropwizard service.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

org.kiwiproject
ArtifactId

ArtifactId

dropwizard-leader-latch
Version

Version

0.15.0
Type

Type

jar

Download dropwizard-leader-latch 0.15.0


<!-- https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-leader-latch/ -->
<dependency>
    <groupId>org.kiwiproject</groupId>
    <artifactId>dropwizard-leader-latch</artifactId>
    <version>0.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-leader-latch/
implementation 'org.kiwiproject:dropwizard-leader-latch:0.15.0'
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-leader-latch/
implementation ("org.kiwiproject:dropwizard-leader-latch:0.15.0")
'org.kiwiproject:dropwizard-leader-latch:jar:0.15.0'
<dependency org="org.kiwiproject" name="dropwizard-leader-latch" rev="0.15.0">
  <artifact name="dropwizard-leader-latch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-leader-latch', version='0.15.0')
)
libraryDependencies += "org.kiwiproject" % "dropwizard-leader-latch" % "0.15.0"
[org.kiwiproject/dropwizard-leader-latch "0.15.0"]