is not current version
Last Version 2.0.0

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

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.9.0
Type

Type

jar

Download modello-plugin-jsonschema 1.9.0


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