License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.djodjo.json |
ArtifactId | ArtifactIdjson-generator |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionJson Generator
Json data generator using JJson lib
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-generator-1.0.0.pom | |
json-generator-1.0.0.jar | 49 KB |
json-generator-1.0.0-sources.jar | 21 KB |
json-generator-1.0.0-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.djodjo.json/json-generator/ -->
<dependency>
<groupId>org.djodjo.json</groupId>
<artifactId>json-generator</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.djodjo.json/json-generator/
implementation 'org.djodjo.json:json-generator:1.0.0'
// https://jarcasting.com/artifacts/org.djodjo.json/json-generator/
implementation ("org.djodjo.json:json-generator:1.0.0")
'org.djodjo.json:json-generator:jar:1.0.0'
<dependency org="org.djodjo.json" name="json-generator" rev="1.0.0">
<artifact name="json-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.djodjo.json', module='json-generator', version='1.0.0')
)
libraryDependencies += "org.djodjo.json" % "json-generator" % "1.0.0"
[org.djodjo.json/json-generator "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.djodjo.json : json-wrapper | jar | 1.0.0 |
org.djodjo.json : json-core | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4,) |