Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.fasterxml.clustermate |
ArtifactId | ArtifactIdclustermate-json |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
clustermate-json-0.8.0.pom | |
clustermate-json-0.8.0.jar | 15 KB |
clustermate-json-0.8.0-tests.jar | 4 KB |
clustermate-json-0.8.0-sources.jar | 7 KB |
clustermate-json-0.8.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fasterxml.clustermate/clustermate-json/ -->
<dependency>
<groupId>com.fasterxml.clustermate</groupId>
<artifactId>clustermate-json</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fasterxml.clustermate/clustermate-json/
implementation 'com.fasterxml.clustermate:clustermate-json:0.8.0'
// https://jarcasting.com/artifacts/com.fasterxml.clustermate/clustermate-json/
implementation ("com.fasterxml.clustermate:clustermate-json:0.8.0")
'com.fasterxml.clustermate:clustermate-json:jar:0.8.0'
<dependency org="com.fasterxml.clustermate" name="clustermate-json" rev="0.8.0">
<artifact name="clustermate-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fasterxml.clustermate', module='clustermate-json', version='0.8.0')
)
libraryDependencies += "com.fasterxml.clustermate" % "clustermate-json" % "0.8.0"
[com.fasterxml.clustermate/clustermate-json "0.8.0"]