h

hamcrest-integration

Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock.
http://code.google.com/p/hamcrest/
New BSD License
Joe Walnes Nat Pryce Steve Freeman Neil Dunn
Files download
File Operation
hamcrest-integration-1.2.1.jar download
hamcrest-integration-1.2.1.pom download
hamcrest-integration-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest-integration</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest-integration:1.2.1'
Gradle Kotlin
implementation("org.hamcrest:hamcrest-integration:1.2.1")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest-integration" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest-integration', version='1.2.1')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest-integration" rev="1.2.1" />
Leiningen
[org.hamcrest/hamcrest-integration "1.2.1"]
Apache Buildr
'org.hamcrest:hamcrest-integration:jar:1.2.1'