| Категории |
КатегорииJSON Данные |
|---|---|
| Группа | Группаcom.github.arqisoft |
| Идентификатор | Идентификаторjson-schema-validator |
| Версия | Версия0.14 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| json-schema-validator-0.14.pom | |
| json-schema-validator-0.14.jar | 5 KB |
| json-schema-validator-0.14-sources.jar | 2 KB |
| json-schema-validator-0.14-javadoc.jar | 369 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.arqisoft/json-schema-validator/ -->
<dependency>
<groupId>com.github.arqisoft</groupId>
<artifactId>json-schema-validator</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arqisoft/json-schema-validator/
implementation 'com.github.arqisoft:json-schema-validator:0.14'
// https://jarcasting.com/artifacts/com.github.arqisoft/json-schema-validator/
implementation ("com.github.arqisoft:json-schema-validator:0.14")
'com.github.arqisoft:json-schema-validator:jar:0.14'
<dependency org="com.github.arqisoft" name="json-schema-validator" rev="0.14">
<artifact name="json-schema-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arqisoft', module='json-schema-validator', version='0.14')
)
libraryDependencies += "com.github.arqisoft" % "json-schema-validator" % "0.14"
[com.github.arqisoft/json-schema-validator "0.14"]