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