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