is not current version
Last Version 2.2.14

com.github.java-json-tools:json-schema-validator 2.2.11

A Java implementation of the JSON Schema specification

Categories

Categories

JSON Data
GroupId

GroupId

com.github.java-json-tools
ArtifactId

ArtifactId

json-schema-validator
Version

Version

2.2.11
Type

Type

jar

Download json-schema-validator 2.2.11


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