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