h

hamcrest-generator

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.
http://code.google.com/p/hamcrest/
New BSD License
Files download
File Operation
hamcrest-generator-1.2.jar download
hamcrest-generator-1.2.pom download
hamcrest-generator-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest-generator</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest-generator:1.2'
Gradle Kotlin
implementation("org.hamcrest:hamcrest-generator:1.2")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest-generator" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest-generator', version='1.2')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest-generator" rev="1.2" />
Leiningen
[org.hamcrest/hamcrest-generator "1.2"]
Apache Buildr
'org.hamcrest:hamcrest-generator:jar:1.2'
Dependencies