License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.jinahya |
ArtifactId | ArtifactIdjson-cdc |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionjson-cdc
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-cdc-1.0.pom | |
json-cdc-1.0.jar | 76 KB |
json-cdc-1.0-sources.jar | 72 KB |
json-cdc-1.0-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>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/json-cdc/
implementation 'com.github.jinahya:json-cdc:1.0'
// https://jarcasting.com/artifacts/com.github.jinahya/json-cdc/
implementation ("com.github.jinahya:json-cdc:1.0")
'com.github.jinahya:json-cdc:jar:1.0'
<dependency org="com.github.jinahya" name="json-cdc" rev="1.0">
<artifact name="json-cdc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='json-cdc', version='1.0')
)
libraryDependencies += "com.github.jinahya" % "json-cdc" % "1.0"
[com.github.jinahya/json-cdc "1.0"]