is not current version
Last Version 1.1

org.xpertss:json-schema 1.0

A Java implementation of the JSON Schema specification.

Categories

Categories

JSON Data
GroupId

GroupId

org.xpertss
ArtifactId

ArtifactId

json-schema
Version

Version

1.0
Type

Type

jar

Download json-schema 1.0


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