is not current version
Last Version 2.2

org.hamcrest:hamcrest-core 1.1


GroupId

GroupId

org.hamcrest
ArtifactId

ArtifactId

hamcrest-core
Version

Version

1.1
Type

Type

jar

Download hamcrest-core 1.1


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