is not current version
Last Version 2.0.0.0

org.hamcrest:hamcrest-junit 1.0.0.1

Classes to use Hamcrest matchers within JUnit tests

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.hamcrest
ArtifactId

ArtifactId

hamcrest-junit
Version

Version

1.0.0.1
Type

Type

jar

Download hamcrest-junit 1.0.0.1


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