License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.rest-assured |
ArtifactId | ArtifactIdjson-schema-validator |
Last Version | Last Version5.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-schema-validator
Java DSL for easy testing of REST services
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.rest-assured/json-schema-validator/ -->
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>json-schema-validator</artifactId>
<version>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/json-schema-validator/
implementation 'io.rest-assured:json-schema-validator:5.1.1'
// https://jarcasting.com/artifacts/io.rest-assured/json-schema-validator/
implementation ("io.rest-assured:json-schema-validator:5.1.1")
'io.rest-assured:json-schema-validator:jar:5.1.1'
<dependency org="io.rest-assured" name="json-schema-validator" rev="5.1.1">
<artifact name="json-schema-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='json-schema-validator', version='5.1.1')
)
libraryDependencies += "io.rest-assured" % "json-schema-validator" % "5.1.1"
[io.rest-assured/json-schema-validator "5.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.java-json-tools : json-schema-validator | jar | 2.2.14 |
org.hamcrest : hamcrest | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |