
co.fusionx.spotify.sync.SyncClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotify-web-api Show documentation
Show all versions of spotify-web-api Show documentation
Library which allows easy async and sync access to the Spotify Web APIs
The newest version!
package co.fusionx.spotify.sync;
import co.fusionx.spotify.component.AlbumComponent;
import co.fusionx.spotify.component.ArtistComponent;
import co.fusionx.spotify.component.BaseComponent;
import co.fusionx.spotify.component.SearchComponent;
import co.fusionx.spotify.component.TrackComponent;
public interface SyncClient extends AlbumComponent, ArtistComponent, TrackComponent,
SearchComponent, BaseComponent {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy