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