Hamcrest matcher library for Java, providing a framework for writing declarative match rules in tests.
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
<version>2.0.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of Hamcrest matchers in a JUnit test.
Update imports from org.hamcrest.* to org.hamcrest.core.* or use the new matcher classes.
No dependency data recorded yet.