Annotation processor

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

License

License

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonddl
ArtifactId

ArtifactId

processor
Last Version

Last Version

0.1.6
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download processor

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jsonddl : generator jar 0.1.6

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.easymock : easymock jar 3.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1