Download hamcrest-generator-1.3.RC2.jar file - Jar h

Jar examples for h:hamcrest-generator

Description

A tool to allow many Matcher implementations to be combined into a single class so users don't have to remember many classes/packages to import. Generates code.

You can download jar file hamcrest-generator 1.3.RC2 in this page.

License

New BSD License

Build File

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

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

Download

Click the following link to download the jar file.

hamcrest-generator-1.3.RC2-javadoc.jar
hamcrest-generator-1.3.RC2-sources.jar
hamcrest-generator-1.3.RC2.jar
hamcrest-generator-1.3.RC2.pom



Related Tutorials