h

hamcrest-json

Hamcrest JSON matchers
https://github.com/hertzsprung/hamcrest-json
Files download
File Operation
hamcrest-json-0.2.jar download
hamcrest-json-0.2.pom download
hamcrest-json-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.co.datumedge</groupId>
  <artifactId>hamcrest-json</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'uk.co.datumedge:hamcrest-json:0.2'
Gradle Kotlin
implementation("uk.co.datumedge:hamcrest-json:0.2")
Scala SBT
libraryDependencies += "uk.co.datumedge" % "hamcrest-json" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='uk.co.datumedge', module='hamcrest-json', version='0.2')
)
Apache Ivy
<dependency org="uk.co.datumedge" name="hamcrest-json" rev="0.2" />
Leiningen
[uk.co.datumedge/hamcrest-json "0.2"]
Apache Buildr
'uk.co.datumedge:hamcrest-json:jar:0.2'