Hamcrest Library Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
A library of Hamcrest matchers - deprecated, please use "hamcrest" instead
Copy below Hamcrest Library maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest-library -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
Copy below Hamcrest Library gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.hamcrest/hamcrest-library
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'
https://repo1.maven.org/maven2/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.jar
https://mvnrepository.com/artifact/org.hamcrest/hamcrest-library
https://mvnrepository.com/artifact/org.hamcrest/hamcrest-library