Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.fge |
ArtifactId | ArtifactIdjson-schema-validator |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
json-schema-validator-2.0.3.pom | |
json-schema-validator-2.0.3.jar | 192 KB |
json-schema-validator-2.0.3-sources.jar | 169 KB |
json-schema-validator-2.0.3-javadoc.jar | 837 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fge/json-schema-validator/ -->
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fge/json-schema-validator/
implementation 'com.github.fge:json-schema-validator:2.0.3'
// https://jarcasting.com/artifacts/com.github.fge/json-schema-validator/
implementation ("com.github.fge:json-schema-validator:2.0.3")
'com.github.fge:json-schema-validator:jar:2.0.3'
<dependency org="com.github.fge" name="json-schema-validator" rev="2.0.3">
<artifact name="json-schema-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fge', module='json-schema-validator', version='2.0.3')
)
libraryDependencies += "com.github.fge" % "json-schema-validator" % "2.0.3"
[com.github.fge/json-schema-validator "2.0.3"]