is not current version
Last Version 2.2.6

com.github.fge:json-schema-validator 2.0.0

A Java implementation of the JSON Schema specification

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

json-schema-validator
Version

Version

2.0.0
Type

Type

jar

Download json-schema-validator 2.0.0


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