h

hamcrest

Core API and libraries of hamcrest matcher framework.
http://hamcrest.org/JavaHamcrest/
BSD-3-Clause
Joe Walnes Nat Pryce Steve Freeman
Files download
File Operation
hamcrest-3.0.jar download
hamcrest-3.0.pom download
hamcrest-3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest:3.0'
Gradle Kotlin
implementation("org.hamcrest:hamcrest:3.0")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest', version='3.0')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest" rev="3.0" />
Leiningen
[org.hamcrest/hamcrest "3.0"]
Apache Buildr
'org.hamcrest:hamcrest:jar:3.0'
Dependencies
The project has no third-party dependencies