Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.hawksoft |
ArtifactId | ArtifactIdjson-schema |
Version | Version0.9.3 |
Type | Typejar |
Filename | Size |
---|---|
json-schema-0.9.3.pom | |
json-schema-0.9.3.jar | 18 KB |
json-schema-0.9.3-sources.jar | 13 KB |
json-schema-0.9.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hawksoft/json-schema/
implementation 'org.hawksoft:json-schema:0.9.3'
// https://jarcasting.com/artifacts/org.hawksoft/json-schema/
implementation ("org.hawksoft:json-schema:0.9.3")
'org.hawksoft:json-schema:jar:0.9.3'
<dependency org="org.hawksoft" name="json-schema" rev="0.9.3">
<artifact name="json-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hawksoft', module='json-schema', version='0.9.3')
)
libraryDependencies += "org.hawksoft" % "json-schema" % "0.9.3"
[org.hawksoft/json-schema "0.9.3"]