c

clustermate-dropwizard

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