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