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