is not current version
Last Version 1.3

org.hamcrest:hamcrest-generator 1.2

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.

GroupId

GroupId

org.hamcrest
ArtifactId

ArtifactId

hamcrest-generator
Version

Version

1.2
Type

Type

jar

Download hamcrest-generator 1.2


<!-- https://jarcasting.com/artifacts/org.hamcrest/hamcrest-generator/ -->
<dependency>
    <groupId>org.hamcrest</groupId>
    <artifactId>hamcrest-generator</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hamcrest/hamcrest-generator/
implementation 'org.hamcrest:hamcrest-generator:1.2'
// https://jarcasting.com/artifacts/org.hamcrest/hamcrest-generator/
implementation ("org.hamcrest:hamcrest-generator:1.2")
'org.hamcrest:hamcrest-generator:jar:1.2'
<dependency org="org.hamcrest" name="hamcrest-generator" rev="1.2">
  <artifact name="hamcrest-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hamcrest', module='hamcrest-generator', version='1.2')
)
libraryDependencies += "org.hamcrest" % "hamcrest-generator" % "1.2"
[org.hamcrest/hamcrest-generator "1.2"]