h

hamcrest-library

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