h

hamcrest-library

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