| GroupId | GroupIdcom.spotify |
|---|---|
| ArtifactId | ArtifactIdhamcrest |
| Version | Version1.1.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hamcrest-1.1.2.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/hamcrest/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/hamcrest/
implementation 'com.spotify:hamcrest:1.1.2'
// https://jarcasting.com/artifacts/com.spotify/hamcrest/
implementation ("com.spotify:hamcrest:1.1.2")
'com.spotify:hamcrest:pom:1.1.2'
<dependency org="com.spotify" name="hamcrest" rev="1.1.2">
<artifact name="hamcrest" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='hamcrest', version='1.1.2')
)
libraryDependencies += "com.spotify" % "hamcrest" % "1.1.2"
[com.spotify/hamcrest "1.1.2"]