h

hamcrest-all

A self-contained hamcrest jar containing all of the sub-modules in a single artifact.
Files download
File Operation
hamcrest-all-1.3.jar download
hamcrest-all-1.3.pom download
hamcrest-all-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest-all</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest-all:1.3'
Gradle Kotlin
implementation("org.hamcrest:hamcrest-all:1.3")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest-all" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest-all', version='1.3')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest-all" rev="1.3" />
Leiningen
[org.hamcrest/hamcrest-all "1.3"]
Apache Buildr
'org.hamcrest:hamcrest-all:jar:1.3'