jar

co.fusionx.spotify : spotify-web-api

Maven & Gradle

Aug 09, 2014
0 stars

Spotify Model Library · Library which allows easy async and sync access to the Spotify Web APIs

Table Of Contents

Latest Version

Download co.fusionx.spotify : spotify-web-api JAR file - Latest Versions:

All Versions

Download co.fusionx.spotify : spotify-web-api JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spotify-web-api-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

co.fusionx.spotify.util

├─ co.fusionx.spotify.util.Util.class - [JAR]

co.fusionx.spotify.optional.search

├─ co.fusionx.spotify.optional.search.OptionalSearch.class - [JAR]

co.fusionx.spotify.json

├─ co.fusionx.spotify.json.JacksonConverter.class - [JAR]

co.fusionx.spotify.optional.artist

├─ co.fusionx.spotify.optional.artist.OptionalAlbumTracks.class - [JAR]

├─ co.fusionx.spotify.optional.artist.OptionalArtistAlbums.class - [JAR]

co.fusionx.spotify.sync

├─ co.fusionx.spotify.sync.SyncClient.class - [JAR]

├─ co.fusionx.spotify.sync.SyncWebClient.class - [JAR]

co.fusionx.spotify.component.sync

├─ co.fusionx.spotify.component.sync.SyncAlbumComponent.class - [JAR]

├─ co.fusionx.spotify.component.sync.SyncArtistComponent.class - [JAR]

├─ co.fusionx.spotify.component.sync.SyncBaseComponent.class - [JAR]

├─ co.fusionx.spotify.component.sync.SyncSearchComponent.class - [JAR]

├─ co.fusionx.spotify.component.sync.SyncTrackComponent.class - [JAR]

co.fusionx.spotify.async

├─ co.fusionx.spotify.async.AsyncClient.class - [JAR]

├─ co.fusionx.spotify.async.AsyncWebClient.class - [JAR]

co.fusionx.spotify.component

├─ co.fusionx.spotify.component.AlbumComponent.class - [JAR]

├─ co.fusionx.spotify.component.ArtistComponent.class - [JAR]

├─ co.fusionx.spotify.component.BaseComponent.class - [JAR]

├─ co.fusionx.spotify.component.SearchComponent.class - [JAR]

├─ co.fusionx.spotify.component.TrackComponent.class - [JAR]