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