is not current version
Last Version 2.0.0

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

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

Type

jar

Download modello-plugin-jsonschema 1.8.3


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