is not current version
Last Version 2.2

org.hamcrest:hamcrest-library 2.1-rc4

A library of Hamcrest matchers - deprecated, please use "hamcrest" instead

GroupId

GroupId

org.hamcrest
ArtifactId

ArtifactId

hamcrest-library
Version

Version

2.1-rc4
Type

Type

jar

Download hamcrest-library 2.1-rc4


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