is not current version
Last Version 1.5

ru.ilb.jsonschema:jsonschema 1.4

jsonschema java object model (jaxb, moxy) and marshallers

Categories

Categories

JSON Data
GroupId

GroupId

ru.ilb.jsonschema
ArtifactId

ArtifactId

jsonschema
Version

Version

1.4
Type

Type

jar

Download jsonschema 1.4


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