c

clustermate-dropwizard

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