не последняя версия
Последняя версия 2.2.6

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

A Java implementation of the JSON Schema specification

Категории

Категории

JSON Данные
Группа

Группа

com.github.fge
Идентификатор

Идентификатор

json-schema-validator
Версия

Версия

1.6.1
Тип

Тип

jar

Скачать json-schema-validator 1.6.1


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