MVN

com.fasterxml.clustermate : clustermate-dropwizard

Maven & Gradle

Sep 05, 2014
2 usages
13 stars

ClusterMate-DropWizard · Foundation for ClusterMate-based services that run on DropWizard container.

<dependency>
    <groupId>com.fasterxml.clustermate</groupId>
    <artifactId>clustermate-dropwizard</artifactId>
    <version>0.10.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fasterxml.clustermate : clustermate-dropwizard to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.5

All Versions

Choose a version of com.fasterxml.clustermate : clustermate-dropwizard to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
clustermate-dropwizard-0.10.5
clustermate-dropwizard-0.10.4
clustermate-dropwizard-0.10.3
clustermate-dropwizard-0.10.2
clustermate-dropwizard-0.10.1
clustermate-dropwizard-0.10.0
0.9.x
clustermate-dropwizard-0.9.26
clustermate-dropwizard-0.9.25
clustermate-dropwizard-0.9.24
clustermate-dropwizard-0.9.23
clustermate-dropwizard-0.9.22
clustermate-dropwizard-0.9.21
clustermate-dropwizard-0.9.20
clustermate-dropwizard-0.9.19
clustermate-dropwizard-0.9.18
clustermate-dropwizard-0.9.17
clustermate-dropwizard-0.9.16
clustermate-dropwizard-0.9.15
clustermate-dropwizard-0.9.14
clustermate-dropwizard-0.9.13
clustermate-dropwizard-0.9.12
clustermate-dropwizard-0.9.11
clustermate-dropwizard-0.9.10
clustermate-dropwizard-0.9.9
clustermate-dropwizard-0.9.8
clustermate-dropwizard-0.9.7
clustermate-dropwizard-0.9.6
clustermate-dropwizard-0.9.5
clustermate-dropwizard-0.9.4
clustermate-dropwizard-0.9.3
clustermate-dropwizard-0.9.2
clustermate-dropwizard-0.9.1
clustermate-dropwizard-0.9.0
0.8.x
clustermate-dropwizard-0.8.10
clustermate-dropwizard-0.8.9
clustermate-dropwizard-0.8.8
clustermate-dropwizard-0.8.7
clustermate-dropwizard-0.8.6
clustermate-dropwizard-0.8.5
clustermate-dropwizard-0.8.4
clustermate-dropwizard-0.8.3
clustermate-dropwizard-0.8.2
clustermate-dropwizard-0.8.1
clustermate-dropwizard-0.8.0
0.7.x
clustermate-dropwizard-0.7.0
0.6.x
clustermate-dropwizard-0.6.0

How to add a dependency to Maven

Add the following com.fasterxml.clustermate : clustermate-dropwizard maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fasterxml.clustermate</groupId>
    <artifactId>clustermate-dropwizard</artifactId>
    <version>0.10.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fasterxml.clustermate : clustermate-dropwizard gradle dependency to your build.gradle file:

implementation 'com.fasterxml.clustermate:clustermate-dropwizard:0.10.5'

Gradle Kotlin DSL: Add the following com.fasterxml.clustermate : clustermate-dropwizard gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fasterxml.clustermate:clustermate-dropwizard:0.10.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fasterxml.clustermate : clustermate-dropwizard sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fasterxml.clustermate" % "clustermate-dropwizard" % "0.10.5"

Advertisement