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

A library of Hamcrest matchers - deprecated, please use "hamcrest" instead

Hamcrest Library Maven Dependency

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>

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

Download JAR File

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

Check for Latest Release

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

Reference

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

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