Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.hawksoft |
ArtifactId | ArtifactIdjson-schema |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
json-schema-1.0.pom | |
json-schema-1.0.jar | 19 KB |
json-schema-1.0-sources.jar | 14 KB |
json-schema-1.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hawksoft/json-schema/ -->
<dependency>
<groupId>org.hawksoft</groupId>
<artifactId>json-schema</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hawksoft/json-schema/
implementation 'org.hawksoft:json-schema:1.0'
// https://jarcasting.com/artifacts/org.hawksoft/json-schema/
implementation ("org.hawksoft:json-schema:1.0")
'org.hawksoft:json-schema:jar:1.0'
<dependency org="org.hawksoft" name="json-schema" rev="1.0">
<artifact name="json-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hawksoft', module='json-schema', version='1.0')
)
libraryDependencies += "org.hawksoft" % "json-schema" % "1.0"
[org.hawksoft/json-schema "1.0"]