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