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

License

New BSD License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials