| GroupId | GroupIdcom.spotify |
|---|---|
| ArtifactId | ArtifactIdhelios-tools |
| Version | Version0.8.796 |
| Type | Typejar |
| Filename | Size |
|---|---|
| helios-tools-0.8.796.pom | |
| helios-tools-0.8.796.jar | 124 KB |
| helios-tools-0.8.796-sources.jar | 71 KB |
| helios-tools-0.8.796-shaded.jar | 13 MB |
| helios-tools-0.8.796-javadoc.jar | 189 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/helios-tools/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-tools</artifactId>
<version>0.8.796</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/helios-tools/
implementation 'com.spotify:helios-tools:0.8.796'
// https://jarcasting.com/artifacts/com.spotify/helios-tools/
implementation ("com.spotify:helios-tools:0.8.796")
'com.spotify:helios-tools:jar:0.8.796'
<dependency org="com.spotify" name="helios-tools" rev="0.8.796">
<artifact name="helios-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='helios-tools', version='0.8.796')
)
libraryDependencies += "com.spotify" % "helios-tools" % "0.8.796"
[com.spotify/helios-tools "0.8.796"]