is not current version
Last Version 2.2.6

com.github.fge:json-schema-validator 1.6.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

1.6.0
Type

Type

jar

Download json-schema-validator 1.6.0


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