Jar examples for h:hamcrest-junit
Classes to use Hamcrest matchers within JUnit tests
You can download jar file hamcrest-junit 2.0.0.0 in this page.
Eclipse Public License - v 1.0
You can use the following script to add hamcrest-junit-2.0.0.0.jar to your project.
<dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-junit</artifactId> <version>2.0.0.0</version> </dependency>
compile group: 'org.hamcrest', name: 'hamcrest-junit', version: '2.0.0.0'
libraryDependencies += "org.hamcrest" % "hamcrest-junit" % "2.0.0.0"
<dependency org="org.hamcrest" name="hamcrest-junit" rev="2.0.0.0"/>
@Grapes(@Grab(group='org.hamcrest', module='hamcrest-junit', version='2.0.0.0'))
'org.hamcrest:hamcrest-junit:jar:2.0.0.0'
Click the following link to download the jar file.
hamcrest-junit-2.0.0.0-javadoc.jar