License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.kristofa |
ArtifactId | ArtifactIdmock-http-server-json-matcher |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmock-http-server-json-matcher
Extension to mock-http-server that can be used to match http request entities containing JSON content
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/mock-http-server-json-matcher/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>mock-http-server-json-matcher</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/mock-http-server-json-matcher/
implementation 'com.github.kristofa:mock-http-server-json-matcher:1.0'
// https://jarcasting.com/artifacts/com.github.kristofa/mock-http-server-json-matcher/
implementation ("com.github.kristofa:mock-http-server-json-matcher:1.0")
'com.github.kristofa:mock-http-server-json-matcher:jar:1.0'
<dependency org="com.github.kristofa" name="mock-http-server-json-matcher" rev="1.0">
<artifact name="mock-http-server-json-matcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='mock-http-server-json-matcher', version='1.0')
)
libraryDependencies += "com.github.kristofa" % "mock-http-server-json-matcher" % "1.0"
[com.github.kristofa/mock-http-server-json-matcher "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.kristofa : mock-http-server | jar | 4.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-core | jar | 1.8.5 |