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