Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.raghav-chandra |
ArtifactId | ArtifactIdjson-matcher |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
json-matcher-2.0.2.pom | |
json-matcher-2.0.2.jar | 16 KB |
json-matcher-2.0.2-sources.jar | 9 KB |
json-matcher-2.0.2-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.raghav-chandra/json-matcher/ -->
<dependency>
<groupId>io.github.raghav-chandra</groupId>
<artifactId>json-matcher</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.raghav-chandra/json-matcher/
implementation 'io.github.raghav-chandra:json-matcher:2.0.2'
// https://jarcasting.com/artifacts/io.github.raghav-chandra/json-matcher/
implementation ("io.github.raghav-chandra:json-matcher:2.0.2")
'io.github.raghav-chandra:json-matcher:jar:2.0.2'
<dependency org="io.github.raghav-chandra" name="json-matcher" rev="2.0.2">
<artifact name="json-matcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.raghav-chandra', module='json-matcher', version='2.0.2')
)
libraryDependencies += "io.github.raghav-chandra" % "json-matcher" % "2.0.2"
[io.github.raghav-chandra/json-matcher "2.0.2"]