Files download
File Operation
hamcrest-api-1.0.jar download
hamcrest-api-1.0.pom download
Apache Maven
<dependency>
  <groupId>org.hamcrest</groupId>
  <artifactId>hamcrest-api</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.hamcrest:hamcrest-api:1.0'
Gradle Kotlin
implementation("org.hamcrest:hamcrest-api:1.0")
Scala SBT
libraryDependencies += "org.hamcrest" % "hamcrest-api" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.hamcrest', module='hamcrest-api', version='1.0')
)
Apache Ivy
<dependency org="org.hamcrest" name="hamcrest-api" rev="1.0" />
Leiningen
[org.hamcrest/hamcrest-api "1.0"]
Apache Buildr
'org.hamcrest:hamcrest-api:jar:1.0'
Dependencies
The project has no third-party dependencies