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