GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdhype-run |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
hype-run-0.0.9.pom | |
hype-run-0.0.9.jar | 736 KB |
hype-run-0.0.9-sources.jar | 6 KB |
hype-run-0.0.9-javadoc.jar | 44 KB |
hype-run-0.0.9-capsule.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/hype-run/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hype-run</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/hype-run/
implementation 'com.spotify:hype-run:0.0.9'
// https://jarcasting.com/artifacts/com.spotify/hype-run/
implementation ("com.spotify:hype-run:0.0.9")
'com.spotify:hype-run:jar:0.0.9'
<dependency org="com.spotify" name="hype-run" rev="0.0.9">
<artifact name="hype-run" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='hype-run', version='0.0.9')
)
libraryDependencies += "com.spotify" % "hype-run" % "0.0.9"
[com.spotify/hype-run "0.0.9"]