License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.djodjo.json |
ArtifactId | ArtifactIdjson-wrapper |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionJson Model Wrapper
General Purpose Json Model Helper compatible with json-schema spec
|
Filename | Size |
---|---|
json-wrapper-1.0.0.pom | |
json-wrapper-1.0.0.jar | 66 KB |
json-wrapper-1.0.0-sources.jar | 25 KB |
json-wrapper-1.0.0-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.djodjo.json/json-wrapper/ -->
<dependency>
<groupId>org.djodjo.json</groupId>
<artifactId>json-wrapper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.djodjo.json/json-wrapper/
implementation 'org.djodjo.json:json-wrapper:1.0.0'
// https://jarcasting.com/artifacts/org.djodjo.json/json-wrapper/
implementation ("org.djodjo.json:json-wrapper:1.0.0")
'org.djodjo.json:json-wrapper:jar:1.0.0'
<dependency org="org.djodjo.json" name="json-wrapper" rev="1.0.0">
<artifact name="json-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.djodjo.json', module='json-wrapper', version='1.0.0')
)
libraryDependencies += "org.djodjo.json" % "json-wrapper" % "1.0.0"
[org.djodjo.json/json-wrapper "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
org.hamcrest : hamcrest-integration | jar | 1.3 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.djodjo.json : json-core | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4,) |