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.
'org.hamcrest:hamcrest-generator:1.3.RC2'
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-generator</artifactId>
<version>1.3.RC2</version>
</dependency>
<dependency org="org.hamcrest" name="hamcrest-generator" rev="1.3.RC2"/>
"org.hamcrest", "hamcrest-generator", "1.3.RC2"