is not current version
Last Version 5.1.1

io.rest-assured:json-schema-validator 3.0.1


Categories

Categories

JSON Data
GroupId

GroupId

io.rest-assured
ArtifactId

ArtifactId

json-schema-validator
Version

Version

3.0.1
Type

Type

jar

Download json-schema-validator 3.0.1


<!-- https://jarcasting.com/artifacts/io.rest-assured/json-schema-validator/ -->
<dependency>
    <groupId>io.rest-assured</groupId>
    <artifactId>json-schema-validator</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/json-schema-validator/
implementation 'io.rest-assured:json-schema-validator:3.0.1'
// https://jarcasting.com/artifacts/io.rest-assured/json-schema-validator/
implementation ("io.rest-assured:json-schema-validator:3.0.1")
'io.rest-assured:json-schema-validator:jar:3.0.1'
<dependency org="io.rest-assured" name="json-schema-validator" rev="3.0.1">
  <artifact name="json-schema-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='json-schema-validator', version='3.0.1')
)
libraryDependencies += "io.rest-assured" % "json-schema-validator" % "3.0.1"
[io.rest-assured/json-schema-validator "3.0.1"]