License |
License |
---|---|
GroupId | GroupIdfm.feed.android |
ArtifactId | ArtifactIdPlayerSDK |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionFeed.fm client library for Android
This is an Android library for making use of the Feed.fm 'music as a service' REST API. This library retrieves and handles playback of audio files and has a simple UI to serve as the foundation for your own music player.
|
Project URL |
Project URL |
Filename | Size |
---|---|
PlayerSDK-3.0.0.pom | |
PlayerSDK-3.0.0.aar | 224 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fm.feed.android/PlayerSDK/ -->
<dependency>
<groupId>fm.feed.android</groupId>
<artifactId>PlayerSDK</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/fm.feed.android/PlayerSDK/
implementation 'fm.feed.android:PlayerSDK:3.0.0'
// https://jarcasting.com/artifacts/fm.feed.android/PlayerSDK/
implementation ("fm.feed.android:PlayerSDK:3.0.0")
'fm.feed.android:PlayerSDK:aar:3.0.0'
<dependency org="fm.feed.android" name="PlayerSDK" rev="3.0.0">
<artifact name="PlayerSDK" type="aar" />
</dependency>
@Grapes(
@Grab(group='fm.feed.android', module='PlayerSDK', version='3.0.0')
)
libraryDependencies += "fm.feed.android" % "PlayerSDK" % "3.0.0"
[fm.feed.android/PlayerSDK "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup : otto | jar | 1.3.5 |
com.caverock : androidsvg | jar | 1.2.1 |
com.squareup.okhttp : okhttp | jar | 2.0.0 |
com.android.support » appcompat-v7 | jar | 19.1.0 |
com.android.support » support-annotations | jar | 22.1.1 |
com.squareup.okhttp : okhttp-urlconnection | jar | 2.0.0 |
com.squareup.retrofit : retrofit | jar | 1.6.1 |