is not current version
Last Version 2.2

org.hamcrest:hamcrest-library 1.0

Hamcrest Library

GroupId

GroupId

org.hamcrest
ArtifactId

ArtifactId

hamcrest-library
Version

Version

1.0
Type

Type

jar

Download hamcrest-library 1.0


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