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