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