Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.kiwiproject |
ArtifactId | ArtifactIddropwizard-curator |
Version | Version0.18.0 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-curator-0.18.0.pom | |
dropwizard-curator-0.18.0.jar | 22 KB |
dropwizard-curator-0.18.0-sources.jar | 15 KB |
dropwizard-curator-0.18.0-javadoc.jar | 494 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-curator/ -->
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-curator</artifactId>
<version>0.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-curator/
implementation 'org.kiwiproject:dropwizard-curator:0.18.0'
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-curator/
implementation ("org.kiwiproject:dropwizard-curator:0.18.0")
'org.kiwiproject:dropwizard-curator:jar:0.18.0'
<dependency org="org.kiwiproject" name="dropwizard-curator" rev="0.18.0">
<artifact name="dropwizard-curator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-curator', version='0.18.0')
)
libraryDependencies += "org.kiwiproject" % "dropwizard-curator" % "0.18.0"
[org.kiwiproject/dropwizard-curator "0.18.0"]