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 | ArtifactIdspring-matchers |
Last Version | Last Version1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Matchers
Additional Spring matchers for Hamcrest
|
Filename | Size |
---|---|
spring-matchers-1.8.pom | |
spring-matchers-1.8.jar | 4 KB |
spring-matchers-1.8-sources.jar | 2 KB |
spring-matchers-1.8-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testinfected.hamcrest-matchers/spring-matchers/ -->
<dependency>
<groupId>org.testinfected.hamcrest-matchers</groupId>
<artifactId>spring-matchers</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.testinfected.hamcrest-matchers/spring-matchers/
implementation 'org.testinfected.hamcrest-matchers:spring-matchers:1.8'
// https://jarcasting.com/artifacts/org.testinfected.hamcrest-matchers/spring-matchers/
implementation ("org.testinfected.hamcrest-matchers:spring-matchers:1.8")
'org.testinfected.hamcrest-matchers:spring-matchers:jar:1.8'
<dependency org="org.testinfected.hamcrest-matchers" name="spring-matchers" rev="1.8">
<artifact name="spring-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testinfected.hamcrest-matchers', module='spring-matchers', version='1.8')
)
libraryDependencies += "org.testinfected.hamcrest-matchers" % "spring-matchers" % "1.8"
[org.testinfected.hamcrest-matchers/spring-matchers "1.8"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.springframework : spring-context | jar | 3.0.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.testinfected.hamcrest-matchers : core-matchers | jar | 1.8 |
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)