Files download
File Operation
hamcrest-1.3.2.pom download
Apache Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>hamcrest</artifactId>
  <version>1.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.spotify:hamcrest:1.3.2'
Gradle Kotlin
implementation("com.spotify:hamcrest:1.3.2")
Scala SBT
libraryDependencies += "com.spotify" % "hamcrest" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify', module='hamcrest', version='1.3.2')
)
Apache Ivy
<dependency org="com.spotify" name="hamcrest" rev="1.3.2" />
Leiningen
[com.spotify/hamcrest "1.3.2"]
Apache Buildr
'com.spotify:hamcrest:jar:1.3.2'