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