is not current version
Last Version 2.2

org.hamcrest:hamcrest-core 1.3

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.3
Type

Type

jar

Download hamcrest-core 1.3


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