Jar examples for h:hamcrest-all
A self-contained hamcrest jar containing all of the sub-modules in a single artifact.
You can download jar file hamcrest-all 1.3 in this page.
BSD Licence
You can use the following script to add hamcrest-all-1.3.jar to your project.
<dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> <version>1.3</version> </dependency>
compile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
libraryDependencies += "org.hamcrest" % "hamcrest-all" % "1.3"
<dependency org="org.hamcrest" name="hamcrest-all" rev="1.3"/>
@Grapes(@Grab(group='org.hamcrest', module='hamcrest-all', version='1.3'))
'org.hamcrest:hamcrest-all:jar:1.3'
Click the following link to download the jar file.
hamcrest-all-1.3-javadoc.jar