Download matchers-1.3.jar file - Jar m

Jar examples for m:matchers

Description

Useful Hamcrest 1.3 matchers

You can download jar file matchers 1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

matchers-1.3-javadoc.jar
matchers-1.3-sources.jar
matchers-1.3.jar
matchers-1.3.pom



Related Tutorials