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