h

hamcrest-core

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