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