Hamcrest All Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
A self-contained hamcrest jar containing all of the sub-modules in a single artifact.
Copy below Hamcrest All maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest-all -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
Copy below Hamcrest All gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.hamcrest/hamcrest-all
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
https://repo1.maven.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar
https://mvnrepository.com/artifact/org.hamcrest/hamcrest-all
https://mvnrepository.com/artifact/org.hamcrest/hamcrest-all