io.zerocopy.json:schema

JSON Validation Based on JSON Schema

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.zerocopy.json
ArtifactId

ArtifactId

schema
Last Version

Last Version

1.0.0-beta.2
Release Date

Release Date

Type

Type

jar
Description

Description

JSON Validation Based on JSON Schema
Project Organization

Project Organization

zerocopy.io

Download schema

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.9.6
com.fasterxml.jackson.core : jackson-databind jar 2.9.6

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.guava : guava jar 20.0
io.github.classgraph : classgraph jar 4.0.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-beta.2
1.0.0-beta.1
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1