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