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