h

hamcrest-library

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