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