| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdcom.github.arqisoft |
| ArtifactId | ArtifactIdjson-schema-validator |
| Version | Version0.14 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.arqisoft/json-schema-validator/ -->
<dependency>
<groupId>com.github.arqisoft</groupId>
<artifactId>json-schema-validator</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arqisoft/json-schema-validator/
implementation 'com.github.arqisoft:json-schema-validator:0.14'
// https://jarcasting.com/artifacts/com.github.arqisoft/json-schema-validator/
implementation ("com.github.arqisoft:json-schema-validator:0.14")
'com.github.arqisoft:json-schema-validator:jar:0.14'
<dependency org="com.github.arqisoft" name="json-schema-validator" rev="0.14">
<artifact name="json-schema-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arqisoft', module='json-schema-validator', version='0.14')
)
libraryDependencies += "com.github.arqisoft" % "json-schema-validator" % "0.14"
[com.github.arqisoft/json-schema-validator "0.14"]