Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.kiwiproject |
ArtifactId | ArtifactIddropwizard-leader-latch |
Version | Version0.15.0 |
Type | Typejar |
<!-- 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"]