is not current version
Last Version 2.0.0

org.codehaus.modello:modello-plugin-jsonschema 1.8.1

Modello JSON-Schema Plugin generates a JSON-Schema from the model to be able to validate JSON content.

Categories

Categories

JSON Data
GroupId

GroupId

org.codehaus.modello
ArtifactId

ArtifactId

modello-plugin-jsonschema
Version

Version

1.8.1
Type

Type

jar

Download modello-plugin-jsonschema 1.8.1


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