Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.apptik.json |
ArtifactId | ArtifactIdjson-schema |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
json-schema-1.0.4.pom | |
json-schema-1.0.4.jar | 46 KB |
json-schema-1.0.4-sources.jar | 16 KB |
json-schema-1.0.4-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.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.apptik.json/json-schema/
implementation 'io.apptik.json:json-schema:1.0.4'
// https://jarcasting.com/artifacts/io.apptik.json/json-schema/
implementation ("io.apptik.json:json-schema:1.0.4")
'io.apptik.json:json-schema:jar:1.0.4'
<dependency org="io.apptik.json" name="json-schema" rev="1.0.4">
<artifact name="json-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apptik.json', module='json-schema', version='1.0.4')
)
libraryDependencies += "io.apptik.json" % "json-schema" % "1.0.4"
[io.apptik.json/json-schema "1.0.4"]