hamcrest-matchers
A collection of hamcrest matchers.
v1.9 will be the last release, for alternatives see:
(both have been ported to Java 8 and Hamcrest 2.0.0)
License |
License |
---|---|
GroupId | GroupIdorg.testinfected.hamcrest-matchers |
ArtifactId | ArtifactIdhamcrest-matchers |
Last Version | Last Version1.8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHamcrest Matchers
A collection of hamcrest matchers
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hamcrest-matchers-1.8.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testinfected.hamcrest-matchers/hamcrest-matchers/ -->
<dependency>
<groupId>org.testinfected.hamcrest-matchers</groupId>
<artifactId>hamcrest-matchers</artifactId>
<version>1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.testinfected.hamcrest-matchers/hamcrest-matchers/
implementation 'org.testinfected.hamcrest-matchers:hamcrest-matchers:1.8'
// https://jarcasting.com/artifacts/org.testinfected.hamcrest-matchers/hamcrest-matchers/
implementation ("org.testinfected.hamcrest-matchers:hamcrest-matchers:1.8")
'org.testinfected.hamcrest-matchers:hamcrest-matchers:pom:1.8'
<dependency org="org.testinfected.hamcrest-matchers" name="hamcrest-matchers" rev="1.8">
<artifact name="hamcrest-matchers" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.testinfected.hamcrest-matchers', module='hamcrest-matchers', version='1.8')
)
libraryDependencies += "org.testinfected.hamcrest-matchers" % "hamcrest-matchers" % "1.8"
[org.testinfected.hamcrest-matchers/hamcrest-matchers "1.8"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
A collection of hamcrest matchers.
v1.9 will be the last release, for alternatives see:
(both have been ported to Java 8 and Hamcrest 2.0.0)