GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdhype-root |
Version | Version0.0.13 |
Type | Typepom |
Filename | Size |
---|---|
hype-root-0.0.13.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/hype-root/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hype-root</artifactId>
<version>0.0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/hype-root/
implementation 'com.spotify:hype-root:0.0.13'
// https://jarcasting.com/artifacts/com.spotify/hype-root/
implementation ("com.spotify:hype-root:0.0.13")
'com.spotify:hype-root:pom:0.0.13'
<dependency org="com.spotify" name="hype-root" rev="0.0.13">
<artifact name="hype-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='hype-root', version='0.0.13')
)
libraryDependencies += "com.spotify" % "hype-root" % "0.0.13"
[com.spotify/hype-root "0.0.13"]