is not current version
Last Version 1.5

ru.ilb.jsonschema:jsonschema 1.1

jsonschema objects

Categories

Categories

JSON Data
GroupId

GroupId

ru.ilb.jsonschema
ArtifactId

ArtifactId

jsonschema
Version

Version

1.1
Type

Type

jar

Download jsonschema 1.1


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