is not current version
Last Version 0.1.6

org.jsonddl:parent 0.0.2

JsonDdl allows JSON schemas to be specified in a JSON-like format and provides code-generation tools based thereon.

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonddl
ArtifactId

ArtifactId

parent
Version

Version

0.0.2
Type

Type

pom

Download parent 0.0.2

Filename Size
parent-0.0.2.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jsonddl/parent/ -->
<dependency>
    <groupId>org.jsonddl</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jsonddl/parent/
implementation 'org.jsonddl:parent:0.0.2'
// https://jarcasting.com/artifacts/org.jsonddl/parent/
implementation ("org.jsonddl:parent:0.0.2")
'org.jsonddl:parent:pom:0.0.2'
<dependency org="org.jsonddl" name="parent" rev="0.0.2">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jsonddl', module='parent', version='0.0.2')
)
libraryDependencies += "org.jsonddl" % "parent" % "0.0.2"
[org.jsonddl/parent "0.0.2"]