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.
Files download
File Operation
hamcrest-core-1.3.jar download
hamcrest-core-1.3.pom download
hamcrest-core-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest-core</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest-core:1.3'
Gradle Kotlin
implementation("org.hamcrest:hamcrest-core:1.3")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest-core" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest-core', version='1.3')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest-core" rev="1.3" />
Leiningen
[org.hamcrest/hamcrest-core "1.3"]
Apache Buildr
'org.hamcrest:hamcrest-core:jar:1.3'