is not current version
Last Version 2.2

org.hamcrest:hamcrest 2.1-rc1

Core API and libraries of hamcrest matcher framework.

GroupId

GroupId

org.hamcrest
ArtifactId

ArtifactId

hamcrest
Version

Version

2.1-rc1
Type

Type

jar

Download hamcrest 2.1-rc1


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