| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.spotify |
| ArtifactId | ArtifactIdhelios-client |
| Version | Version0.9.254 |
| Type | Typejar |
| Filename | Size |
|---|---|
| helios-client-0.9.254.pom | |
| helios-client-0.9.254.jar | 544 KB |
| helios-client-0.9.254-sources.jar | 115 KB |
| helios-client-0.9.254-javadoc.jar | 610 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/helios-client/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>helios-client</artifactId>
<version>0.9.254</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/helios-client/
implementation 'com.spotify:helios-client:0.9.254'
// https://jarcasting.com/artifacts/com.spotify/helios-client/
implementation ("com.spotify:helios-client:0.9.254")
'com.spotify:helios-client:jar:0.9.254'
<dependency org="com.spotify" name="helios-client" rev="0.9.254">
<artifact name="helios-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='helios-client', version='0.9.254')
)
libraryDependencies += "com.spotify" % "helios-client" % "0.9.254"
[com.spotify/helios-client "0.9.254"]