Last Version

Hamcrest generator 1.3

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.

License

License

GroupId

GroupId

org.hamcrest
ArtifactId

ArtifactId

hamcrest-generator
Version

Version

1.3
Type

Type

jar
Description

Description

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.

Download hamcrest-generator 1.3


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.