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