h

hamcrest-library

A library of Hamcrest matchers - deprecated, please use "hamcrest" instead
http://hamcrest.org/JavaHamcrest/
BSD-3-Clause
Joe Walnes Nat Pryce Steve Freeman
文件下载
文件名 操作
hamcrest-library-3.0.jar 下载
hamcrest-library-3.0.pom 下载
hamcrest-library-3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest-library</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest-library:3.0'
Gradle Kotlin
implementation("org.hamcrest:hamcrest-library:3.0")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest-library" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest-library', version='3.0')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest-library" rev="3.0" />
Leiningen
[org.hamcrest/hamcrest-library "3.0"]
Apache Buildr
'org.hamcrest:hamcrest-library:jar:3.0'
本项目依赖