| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdorg.jsonddl |
| ArtifactId | ArtifactIdprocessor |
| Last Version | Last Version0.1.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAnnotation processor
JsonDdl allows JSON schemas to be specified in a JSON-like format and provides code-generation tools based thereon.
|
| Filename | Size |
|---|---|
| processor-0.1.6.pom | |
| processor-0.1.6.jar | 6 KB |
| processor-0.1.6-sources.jar | 3 KB |
| processor-0.1.6-javadoc.jar | 28 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jsonddl : generator | jar | 0.1.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.easymock : easymock | jar | 3.1 |