h

hamcrest-junit

Classes to use Hamcrest matchers within JUnit tests
https://github.com/hamcrest/hamcrest-junit
Eclipse Public License - v 1.0
Nat Pryce Steve Freeman
Files download
File Operation
hamcrest-junit-2.0.0.0.jar download
hamcrest-junit-2.0.0.0.pom download
hamcrest-junit-2.0.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest-junit</artifactId>
  <version>2.0.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
Gradle Kotlin
implementation("org.hamcrest:hamcrest-junit:2.0.0.0")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest-junit" % "2.0.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest-junit', version='2.0.0.0')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest-junit" rev="2.0.0.0" />
Leiningen
[org.hamcrest/hamcrest-junit "2.0.0.0"]
Apache Buildr
'org.hamcrest:hamcrest-junit:jar:2.0.0.0'