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