Download hamcrest-integration-1.2.1.jar file - Jar h

Jar examples for h:hamcrest-integration

Description

Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock.

You can download jar file hamcrest-integration 1.2.1 in this page.

License

New BSD License

Build File

You can use the following script to add hamcrest-integration-1.2.1.jar to your project.

<dependency>
   <groupId>org.hamcrest</groupId>
   <artifactId>hamcrest-integration</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'org.hamcrest', name: 'hamcrest-integration', version: '1.2.1'
libraryDependencies += "org.hamcrest" % "hamcrest-integration" % "1.2.1"
<dependency org="org.hamcrest" name="hamcrest-integration" rev="1.2.1"/>
@Grapes(@Grab(group='org.hamcrest', module='hamcrest-integration', version='1.2.1'))
'org.hamcrest:hamcrest-integration:jar:1.2.1'

Download

Click the following link to download the jar file.

hamcrest-integration-1.2.1-javadoc.jar
hamcrest-integration-1.2.1-sources.jar
hamcrest-integration-1.2.1.jar
hamcrest-integration-1.2.1.pom



Related Tutorials