This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
'org.hamcrest:hamcrest-core:1.2'
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.2</version>
</dependency>
<dependency org="org.hamcrest" name="hamcrest-core" rev="1.2"/>
"org.hamcrest", "hamcrest-core", "1.2"