is not current version
Last Version 1.2.5

com.github.fge:json-schema-core 1.0

Core processing architecture for json-schema-validator

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

json-schema-core
Version

Version

1.0
Type

Type

jar

Download json-schema-core 1.0


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