is not current version
Last Version 2.2

org.hamcrest:hamcrest-core 2.1-rc4

Core Hamcrest API - deprecated, please use "hamcrest" instead

GroupId

GroupId

org.hamcrest
ArtifactId

ArtifactId

hamcrest-core
Version

Version

2.1-rc4
Type

Type

jar

Download hamcrest-core 2.1-rc4


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