is not current version
Last Version 1.2.0

com.spotify:hamcrest 1.1.4


GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

hamcrest
Version

Version

1.1.4
Type

Type

pom

Download hamcrest 1.1.4

Filename Size
hamcrest-1.1.4.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.spotify/hamcrest/ -->
<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>hamcrest</artifactId>
    <version>1.1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/hamcrest/
implementation 'com.spotify:hamcrest:1.1.4'
// https://jarcasting.com/artifacts/com.spotify/hamcrest/
implementation ("com.spotify:hamcrest:1.1.4")
'com.spotify:hamcrest:pom:1.1.4'
<dependency org="com.spotify" name="hamcrest" rev="1.1.4">
  <artifact name="hamcrest" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='hamcrest', version='1.1.4')
)
libraryDependencies += "com.spotify" % "hamcrest" % "1.1.4"
[com.spotify/hamcrest "1.1.4"]