h

hamcrest-library

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