h

hamcrest-all

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