Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.spotify.heroic |
ArtifactId | ArtifactIdheroic-client |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
heroic-client-0.0.1.pom | |
heroic-client-0.0.1.jar | 80 KB |
heroic-client-0.0.1-sources.jar | 14 KB |
heroic-client-0.0.1-javadoc.jar | 335 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify.heroic/heroic-client/ -->
<dependency>
<groupId>com.spotify.heroic</groupId>
<artifactId>heroic-client</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify.heroic/heroic-client/
implementation 'com.spotify.heroic:heroic-client:0.0.1'
// https://jarcasting.com/artifacts/com.spotify.heroic/heroic-client/
implementation ("com.spotify.heroic:heroic-client:0.0.1")
'com.spotify.heroic:heroic-client:jar:0.0.1'
<dependency org="com.spotify.heroic" name="heroic-client" rev="0.0.1">
<artifact name="heroic-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify.heroic', module='heroic-client', version='0.0.1')
)
libraryDependencies += "com.spotify.heroic" % "heroic-client" % "0.0.1"
[com.spotify.heroic/heroic-client "0.0.1"]