h

hamcrest-core

Core Hamcrest API - deprecated, please use "hamcrest" instead
http://hamcrest.org/JavaHamcrest/
BSD License 3
Joe Walnes Nat Pryce Steve Freeman
Files download
File Operation
hamcrest-core-2.2.jar download
hamcrest-core-2.2.pom download
hamcrest-core-2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest-core</artifactId>
  <version>2.2</version>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest-core:2.2'
Gradle Kotlin
implementation("org.hamcrest:hamcrest-core:2.2")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest-core" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest-core', version='2.2')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest-core" rev="2.2" />
Leiningen
[org.hamcrest/hamcrest-core "2.2"]
Apache Buildr
'org.hamcrest:hamcrest-core:jar:2.2'
Dependencies