is not current version
Last Version 2.2

org.hamcrest:hamcrest-core 1.2

This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.

GroupId

GroupId

org.hamcrest
ArtifactId

ArtifactId

hamcrest-core
Version

Version

1.2
Type

Type

jar

Download hamcrest-core 1.2


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