h

hamcrest

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