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