Download hamcrest-integration-1.3.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.3 in this page.

License

New BSD License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials