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