h

hamcrest-core

This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
http://code.google.com/p/hamcrest/
New BSD License
Files download
File Operation
hamcrest-core-1.2.jar download
hamcrest-core-1.2.pom download
hamcrest-core-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest-core</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest-core:1.2'
Gradle Kotlin
implementation("org.hamcrest:hamcrest-core:1.2")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest-core" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest-core', version='1.2')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest-core" rev="1.2" />
Leiningen
[org.hamcrest/hamcrest-core "1.2"]
Apache Buildr
'org.hamcrest:hamcrest-core:jar:1.2'
Dependencies
The project has no third-party dependencies