is not current version
Last Version 1.5

ru.ilb.jsonschema:jsonschema 1.0

jsonschema objects

Categories

Categories

JSON Data
GroupId

GroupId

ru.ilb.jsonschema
ArtifactId

ArtifactId

jsonschema
Version

Version

1.0
Type

Type

jar

Download jsonschema 1.0


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