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