| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdio.apptik.json |
| ArtifactId | ArtifactIdjson-schema |
| Version | Version1.1.0-alpha1 |
| Type | Typejar |
| Description |
DescriptionJson Schema
General Purpose Json Model Helper compatible with json-schema spec
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-schema-1.1.0-alpha1.pom | |
| json-schema-1.1.0-alpha1.jar | 46 KB |
| json-schema-1.1.0-alpha1-sources.jar | 16 KB |
| json-schema-1.1.0-alpha1-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.apptik.json/json-schema/ -->
<dependency>
<groupId>io.apptik.json</groupId>
<artifactId>json-schema</artifactId>
<version>1.1.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.apptik.json/json-schema/
implementation 'io.apptik.json:json-schema:1.1.0-alpha1'
// https://jarcasting.com/artifacts/io.apptik.json/json-schema/
implementation ("io.apptik.json:json-schema:1.1.0-alpha1")
'io.apptik.json:json-schema:jar:1.1.0-alpha1'
<dependency org="io.apptik.json" name="json-schema" rev="1.1.0-alpha1">
<artifact name="json-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apptik.json', module='json-schema', version='1.1.0-alpha1')
)
libraryDependencies += "io.apptik.json" % "json-schema" % "1.1.0-alpha1"
[io.apptik.json/json-schema "1.1.0-alpha1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.apptik.json : json-core | jar | 1.1.0-alpha1 |
| io.apptik.json : json-wrapper | jar | 1.1.0-alpha1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |