| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.sudhir.utils |
| ArtifactId | ArtifactIdjsonmatchers |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjsonmatchers
A hamcrest extension for matching JSON objects
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsonmatchers-1.1.pom | |
| jsonmatchers-1.1.jar | 13 KB |
| jsonmatchers-1.1-sources.jar | 7 KB |
| jsonmatchers-1.1-javadoc.jar | 87 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.json : json | jar | 20090211 |
| com.google.guava : guava | jar | 14.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |