is not current version
Last Version 1.1

com.sudhir.utils:jsonmatchers 1.0-RELEASE

A hamcrest extension for matching JSON objects

Categories

Categories

JSON Data
GroupId

GroupId

com.sudhir.utils
ArtifactId

ArtifactId

jsonmatchers
Version

Version

1.0-RELEASE
Type

Type

jar

Download jsonmatchers 1.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.sudhir.utils/jsonmatchers/ -->
<dependency>
    <groupId>com.sudhir.utils</groupId>
    <artifactId>jsonmatchers</artifactId>
    <version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.sudhir.utils/jsonmatchers/
implementation 'com.sudhir.utils:jsonmatchers:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.sudhir.utils/jsonmatchers/
implementation ("com.sudhir.utils:jsonmatchers:1.0-RELEASE")
'com.sudhir.utils:jsonmatchers:jar:1.0-RELEASE'
<dependency org="com.sudhir.utils" name="jsonmatchers" rev="1.0-RELEASE">
  <artifact name="jsonmatchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sudhir.utils', module='jsonmatchers', version='1.0-RELEASE')
)
libraryDependencies += "com.sudhir.utils" % "jsonmatchers" % "1.0-RELEASE"
[com.sudhir.utils/jsonmatchers "1.0-RELEASE"]