Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.jinahya |
ArtifactId | ArtifactIdjson-cdc |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
json-cdc-0.9.pom | |
json-cdc-0.9.jar | 60 KB |
json-cdc-0.9-sources.jar | 72 KB |
json-cdc-0.9-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jinahya/json-cdc/ -->
<dependency>
<groupId>com.github.jinahya</groupId>
<artifactId>json-cdc</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/json-cdc/
implementation 'com.github.jinahya:json-cdc:0.9'
// https://jarcasting.com/artifacts/com.github.jinahya/json-cdc/
implementation ("com.github.jinahya:json-cdc:0.9")
'com.github.jinahya:json-cdc:jar:0.9'
<dependency org="com.github.jinahya" name="json-cdc" rev="0.9">
<artifact name="json-cdc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='json-cdc', version='0.9')
)
libraryDependencies += "com.github.jinahya" % "json-cdc" % "0.9"
[com.github.jinahya/json-cdc "0.9"]