| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.spotify.heroic | 
    
| ArtifactId | ArtifactIdheroic-client | 
    
| Last Version | Last Version0.0.8 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionThe Spotify Root project helps establish consistent Maven conventions by being the parent POM
    for other participating projects. 
         | 
    
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| heroic-client-0.0.8.pom | |
| heroic-client-0.0.8.jar | 81 KB | 
| heroic-client-0.0.8-sources.jar | 15 KB | 
| heroic-client-0.0.8-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.8</version>
</dependency>
                // https://jarcasting.com/artifacts/com.spotify.heroic/heroic-client/
implementation 'com.spotify.heroic:heroic-client:0.0.8'
                // https://jarcasting.com/artifacts/com.spotify.heroic/heroic-client/
implementation ("com.spotify.heroic:heroic-client:0.0.8")
                'com.spotify.heroic:heroic-client:jar:0.0.8'
                <dependency org="com.spotify.heroic" name="heroic-client" rev="0.0.8">
  <artifact name="heroic-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.spotify.heroic', module='heroic-client', version='0.0.8')
)
                libraryDependencies += "com.spotify.heroic" % "heroic-client" % "0.0.8"
                [com.spotify.heroic/heroic-client "0.0.8"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.squareup.okhttp3 : okhttp | jar | 3.14.6 | 
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | |
| com.fasterxml.jackson.module : jackson-module-kotlin | jar | |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.61 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-test | jar | 1.3.61 | 
| com.squareup.okhttp3 : mockwebserver | jar | 3.14.6 | 
| org.junit.jupiter : junit-jupiter | jar |