Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.fasterxml.clustermate |
ArtifactId | ArtifactIdclustermate-dropwizard |
Version | Version0.8.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fasterxml.clustermate/clustermate-dropwizard/ -->
<dependency>
<groupId>com.fasterxml.clustermate</groupId>
<artifactId>clustermate-dropwizard</artifactId>
<version>0.8.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.fasterxml.clustermate/clustermate-dropwizard/
implementation 'com.fasterxml.clustermate:clustermate-dropwizard:0.8.7'
// https://jarcasting.com/artifacts/com.fasterxml.clustermate/clustermate-dropwizard/
implementation ("com.fasterxml.clustermate:clustermate-dropwizard:0.8.7")
'com.fasterxml.clustermate:clustermate-dropwizard:jar:0.8.7'
<dependency org="com.fasterxml.clustermate" name="clustermate-dropwizard" rev="0.8.7">
<artifact name="clustermate-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fasterxml.clustermate', module='clustermate-dropwizard', version='0.8.7')
)
libraryDependencies += "com.fasterxml.clustermate" % "clustermate-dropwizard" % "0.8.7"
[com.fasterxml.clustermate/clustermate-dropwizard "0.8.7"]