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