c

clustermate-dropwizard

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