License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jsonddl |
ArtifactId | ArtifactIdjsonddl |
Last Version | Last Version0.1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRuntime support
JsonDdl allows JSON schemas to be specified in a JSON-like format and provides code-generation tools based thereon.
|
Filename | Size |
---|---|
jsonddl-0.1.6.pom | |
jsonddl-0.1.6.jar | 52 KB |
jsonddl-0.1.6-sources.jar | 21 KB |
jsonddl-0.1.6-javadoc.jar | 190 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonddl/jsonddl/ -->
<dependency>
<groupId>org.jsonddl</groupId>
<artifactId>jsonddl</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonddl/jsonddl/
implementation 'org.jsonddl:jsonddl:0.1.6'
// https://jarcasting.com/artifacts/org.jsonddl/jsonddl/
implementation ("org.jsonddl:jsonddl:0.1.6")
'org.jsonddl:jsonddl:jar:0.1.6'
<dependency org="org.jsonddl" name="jsonddl" rev="0.1.6">
<artifact name="jsonddl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonddl', module='jsonddl', version='0.1.6')
)
libraryDependencies += "org.jsonddl" % "jsonddl" % "0.1.6"
[org.jsonddl/jsonddl "0.1.6"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.easymock : easymock | jar | 3.1 |