c

clustermate-dropwizard

Foundation for ClusterMate-based services that run on DropWizard container.
Files download
File Operation
clustermate-dropwizard-0.9.11.jar download
clustermate-dropwizard-0.9.11.pom download
clustermate-dropwizard-0.9.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fasterxml.clustermate</groupId>
  <artifactId>clustermate-dropwizard</artifactId>
  <version>0.9.11</version>
</dependency>
Gradle Groovy
implementation 'com.fasterxml.clustermate:clustermate-dropwizard:0.9.11'
Gradle Kotlin
implementation("com.fasterxml.clustermate:clustermate-dropwizard:0.9.11")
Scala SBT
libraryDependencies += "com.fasterxml.clustermate" % "clustermate-dropwizard" % "0.9.11"
Groovy Grape
@Grapes(
  @Grab(group='com.fasterxml.clustermate', module='clustermate-dropwizard', version='0.9.11')
)
Apache Ivy
<dependency org="com.fasterxml.clustermate" name="clustermate-dropwizard" rev="0.9.11" />
Leiningen
[com.fasterxml.clustermate/clustermate-dropwizard "0.9.11"]
Apache Buildr
'com.fasterxml.clustermate:clustermate-dropwizard:jar:0.9.11'