Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.rest-assured |
ArtifactId | ArtifactIdjson-schema-validator |
Version | Version4.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.rest-assured/json-schema-validator/ -->
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>json-schema-validator</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.rest-assured/json-schema-validator/
implementation 'io.rest-assured:json-schema-validator:4.2.1'
// https://jarcasting.com/artifacts/io.rest-assured/json-schema-validator/
implementation ("io.rest-assured:json-schema-validator:4.2.1")
'io.rest-assured:json-schema-validator:jar:4.2.1'
<dependency org="io.rest-assured" name="json-schema-validator" rev="4.2.1">
<artifact name="json-schema-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rest-assured', module='json-schema-validator', version='4.2.1')
)
libraryDependencies += "io.rest-assured" % "json-schema-validator" % "4.2.1"
[io.rest-assured/json-schema-validator "4.2.1"]