h

hamcrest-core

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