Jar examples for h:hamcrest-core
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.
You can download jar file hamcrest-core 1.2.1 in this page.
New BSD License
You can use the following script to add hamcrest-core-1.2.1.jar to your project.
<dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.2.1</version> </dependency>
compile group: 'org.hamcrest', name: 'hamcrest-core', version: '1.2.1'
libraryDependencies += "org.hamcrest" % "hamcrest-core" % "1.2.1"
<dependency org="org.hamcrest" name="hamcrest-core" rev="1.2.1"/>
@Grapes(@Grab(group='org.hamcrest', module='hamcrest-core', version='1.2.1'))
'org.hamcrest:hamcrest-core:jar:1.2.1'
Click the following link to download the jar file.
hamcrest-core-1.2.1-javadoc.jar