is not current version
Last Version 1.3

org.hamcrest:hamcrest-integration 1.2.1

Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock.

GroupId

GroupId

org.hamcrest
ArtifactId

ArtifactId

hamcrest-integration
Version

Version

1.2.1
Type

Type

jar

Download hamcrest-integration 1.2.1


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