is not current version
Last Version 1.5.2

org.kitchen-eel:json-schema-validator 0.5.0beta1

A Java implementation of the JSON Schema specification

Categories

Categories

JSON Data
GroupId

GroupId

org.kitchen-eel
ArtifactId

ArtifactId

json-schema-validator
Version

Version

0.5.0beta1
Type

Type

jar

Download json-schema-validator 0.5.0beta1


<!-- https://jarcasting.com/artifacts/org.kitchen-eel/json-schema-validator/ -->
<dependency>
    <groupId>org.kitchen-eel</groupId>
    <artifactId>json-schema-validator</artifactId>
    <version>0.5.0beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kitchen-eel/json-schema-validator/
implementation 'org.kitchen-eel:json-schema-validator:0.5.0beta1'
// https://jarcasting.com/artifacts/org.kitchen-eel/json-schema-validator/
implementation ("org.kitchen-eel:json-schema-validator:0.5.0beta1")
'org.kitchen-eel:json-schema-validator:jar:0.5.0beta1'
<dependency org="org.kitchen-eel" name="json-schema-validator" rev="0.5.0beta1">
  <artifact name="json-schema-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kitchen-eel', module='json-schema-validator', version='0.5.0beta1')
)
libraryDependencies += "org.kitchen-eel" % "json-schema-validator" % "0.5.0beta1"
[org.kitchen-eel/json-schema-validator "0.5.0beta1"]