License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.arusarka |
ArtifactId | ArtifactIdjson-hamcrest-matcher |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionjson-hamcrest-matcher
This is a hamcrest matcher for partially matching json objects.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.arusarka/json-hamcrest-matcher/ -->
<dependency>
<groupId>com.arusarka</groupId>
<artifactId>json-hamcrest-matcher</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arusarka/json-hamcrest-matcher/
implementation 'com.arusarka:json-hamcrest-matcher:1.0'
// https://jarcasting.com/artifacts/com.arusarka/json-hamcrest-matcher/
implementation ("com.arusarka:json-hamcrest-matcher:1.0")
'com.arusarka:json-hamcrest-matcher:jar:1.0'
<dependency org="com.arusarka" name="json-hamcrest-matcher" rev="1.0">
<artifact name="json-hamcrest-matcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arusarka', module='json-hamcrest-matcher', version='1.0')
)
libraryDependencies += "com.arusarka" % "json-hamcrest-matcher" % "1.0"
[com.arusarka/json-hamcrest-matcher "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.1.5 |
org.hamcrest : hamcrest-core | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |