is not current version
Last Version 1.2.5

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

Core processing architecture for json-schema-validator

Categories

Categories

JSON Data
GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

json-schema-core
Version

Version

0.99.1
Type

Type

jar

Download json-schema-core 0.99.1


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