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