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