License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdorg.kiwiproject |
ArtifactId | ArtifactIddropwizard-leader-latch |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.kiwiproject:dropwizard-leader-latch
This is a small library that integrates Apache Curator's Leader Latch recipe into a Dropwizard service.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-leader-latch/ -->
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-leader-latch</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-leader-latch/
implementation 'org.kiwiproject:dropwizard-leader-latch:1.0.6'
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-leader-latch/
implementation ("org.kiwiproject:dropwizard-leader-latch:1.0.6")
'org.kiwiproject:dropwizard-leader-latch:jar:1.0.6'
<dependency org="org.kiwiproject" name="dropwizard-leader-latch" rev="1.0.6">
<artifact name="dropwizard-leader-latch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-leader-latch', version='1.0.6')
)
libraryDependencies += "org.kiwiproject" % "dropwizard-leader-latch" % "1.0.6"
[org.kiwiproject/dropwizard-leader-latch "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.curator : curator-recipes | jar | |
io.dropwizard : dropwizard-core | jar | |
org.kiwiproject : kiwi | jar | 2.0.0 |
org.kiwiproject : metrics-healthchecks-severity | jar | 1.0.6 |
org.slf4j : slf4j-api | jar |
Group / Artifact | Type | Version |
---|---|---|
org.apache.zookeeper : zookeeper | jar | |
org.projectlombok : lombok | jar | 1.18.24 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.curator : curator-test | jar | |
io.dropwizard : dropwizard-testing | jar | |
org.kiwiproject : kiwi-test | jar | 2.0.0 |
ch.qos.logback : logback-classic | jar | |
org.assertj : assertj-core | jar | 3.22.0 |
org.awaitility : awaitility | jar | 4.2.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.junit-pioneer : junit-pioneer | jar | 1.7.0 |
org.mockito : mockito-core | jar | 4.5.0 |