h

hamcrest

Core API and libraries of hamcrest matcher framework.
http://hamcrest.org/JavaHamcrest/
BSD License 3
Joe Walnes Nat Pryce Steve Freeman
文件下载
文件名 操作
hamcrest-2.2.jar 下载
hamcrest-2.2.pom 下载
hamcrest-2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest</artifactId>
  <version>2.2</version>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest:2.2'
Gradle Kotlin
implementation("org.hamcrest:hamcrest:2.2")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest', version='2.2')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest" rev="2.2" />
Leiningen
[org.hamcrest/hamcrest "2.2"]
Apache Buildr
'org.hamcrest:hamcrest:jar:2.2'
本项目依赖
该项目无第三方依赖