is not current version
Last Version 2.1.2

com.bazaarvoice.curator:dropwizard 1.2.0

Helpers for making it easier to use Curator in a Dropwizard application.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.bazaarvoice.curator
ArtifactId

ArtifactId

dropwizard
Version

Version

1.2.0
Type

Type

jar

Download dropwizard 1.2.0


<!-- https://jarcasting.com/artifacts/com.bazaarvoice.curator/dropwizard/ -->
<dependency>
    <groupId>com.bazaarvoice.curator</groupId>
    <artifactId>dropwizard</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.curator/dropwizard/
implementation 'com.bazaarvoice.curator:dropwizard:1.2.0'
// https://jarcasting.com/artifacts/com.bazaarvoice.curator/dropwizard/
implementation ("com.bazaarvoice.curator:dropwizard:1.2.0")
'com.bazaarvoice.curator:dropwizard:jar:1.2.0'
<dependency org="com.bazaarvoice.curator" name="dropwizard" rev="1.2.0">
  <artifact name="dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.curator', module='dropwizard', version='1.2.0')
)
libraryDependencies += "com.bazaarvoice.curator" % "dropwizard" % "1.2.0"
[com.bazaarvoice.curator/dropwizard "1.2.0"]