Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.djodjo.json |
ArtifactId | ArtifactIdjson-core |
Version | Version1.0.0-RC4 |
Type | Typejar |
Filename | Size |
---|---|
json-core-1.0.0-RC4.pom | |
json-core-1.0.0-RC4.jar | 52 KB |
json-core-1.0.0-RC4-sources.jar | 45 KB |
json-core-1.0.0-RC4-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.djodjo.json/json-core/ -->
<dependency>
<groupId>org.djodjo.json</groupId>
<artifactId>json-core</artifactId>
<version>1.0.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/org.djodjo.json/json-core/
implementation 'org.djodjo.json:json-core:1.0.0-RC4'
// https://jarcasting.com/artifacts/org.djodjo.json/json-core/
implementation ("org.djodjo.json:json-core:1.0.0-RC4")
'org.djodjo.json:json-core:jar:1.0.0-RC4'
<dependency org="org.djodjo.json" name="json-core" rev="1.0.0-RC4">
<artifact name="json-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.djodjo.json', module='json-core', version='1.0.0-RC4')
)
libraryDependencies += "org.djodjo.json" % "json-core" % "1.0.0-RC4"
[org.djodjo.json/json-core "1.0.0-RC4"]