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