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