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