GroupId | GroupIdcom.fasterxml.clustermate |
---|---|
ArtifactId | ArtifactIdclustermate-service |
Version | Version0.9.6 |
Type | Typejar |
Filename | Size |
---|---|
clustermate-service-0.9.6.pom | |
clustermate-service-0.9.6.jar | 170 KB |
clustermate-service-0.9.6-sources.jar | 122 KB |
clustermate-service-0.9.6-javadoc.jar | 596 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fasterxml.clustermate/clustermate-service/ -->
<dependency>
<groupId>com.fasterxml.clustermate</groupId>
<artifactId>clustermate-service</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.fasterxml.clustermate/clustermate-service/
implementation 'com.fasterxml.clustermate:clustermate-service:0.9.6'
// https://jarcasting.com/artifacts/com.fasterxml.clustermate/clustermate-service/
implementation ("com.fasterxml.clustermate:clustermate-service:0.9.6")
'com.fasterxml.clustermate:clustermate-service:jar:0.9.6'
<dependency org="com.fasterxml.clustermate" name="clustermate-service" rev="0.9.6">
<artifact name="clustermate-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fasterxml.clustermate', module='clustermate-service', version='0.9.6')
)
libraryDependencies += "com.fasterxml.clustermate" % "clustermate-service" % "0.9.6"
[com.fasterxml.clustermate/clustermate-service "0.9.6"]