is not current version
Last Version 1.2.14

com.github.java-json-tools:json-schema-core 1.2.9

Core processing architecture for json-schema-validator

Categories

Categories

JSON Data
GroupId

GroupId

com.github.java-json-tools
ArtifactId

ArtifactId

json-schema-core
Version

Version

1.2.9
Type

Type

jar

Download json-schema-core 1.2.9


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