Hamcrest Core Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

Core Hamcrest API - deprecated, please use "hamcrest" instead

Hamcrest Core Maven Dependency

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>

Hamcrest Core Gradle 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'

Download JAR File

https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.jar

Check for Latest Release

https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core

Reference

https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core

⚠️ **GitHub.com Fallback** ⚠️