文件下载
文件名 操作
hamcrest-all-1.0.jar 下载
hamcrest-all-1.0.pom 下载
hamcrest-all-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest-all</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest-all:1.0'
Gradle Kotlin
implementation("org.hamcrest:hamcrest-all:1.0")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest-all" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest-all', version='1.0')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest-all" rev="1.0" />
Leiningen
[org.hamcrest/hamcrest-all "1.0"]
Apache Buildr
'org.hamcrest:hamcrest-all:jar:1.0'
本项目依赖
该项目无第三方依赖