Last Version

jsonmatchers 1.1

A hamcrest extension for matching JSON objects

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.sudhir.utils
ArtifactId

ArtifactId

jsonmatchers
Version

Version

1.1
Type

Type

jar
Description

Description

jsonmatchers
A hamcrest extension for matching JSON objects
Source Code Management

Source Code Management

https://code.google.com/p/jsonmatcher/source/browse/tags/v1.1

Download jsonmatchers 1.1


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

Dependencies

compile (3)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar 1.3
org.json : json jar 20090211
com.google.guava : guava jar 14.0.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.