h

hamcrest-library

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