Download hamcrest-matchers-2.0.0.jar file - Jar h

Jar examples for h:hamcrest-matchers

Description

An extension to make unit test easier with Hamcrest.

You can download jar file hamcrest-matchers 2.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hamcrest-matchers-2.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

hamcrest-matchers-2.0.0-javadoc.jar
hamcrest-matchers-2.0.0-sources.jar
hamcrest-matchers-2.0.0-tests.jar
hamcrest-matchers-2.0.0.jar
hamcrest-matchers-2.0.0.pom



Related Tutorials