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