is not current version
Last Version 3.0.0

fm.feed.android:PlayerSDK 1.1.6

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.

GroupId

GroupId

fm.feed.android
ArtifactId

ArtifactId

PlayerSDK
Version

Version

1.1.6
Type

Type

aar

Download PlayerSDK 1.1.6


<!-- https://jarcasting.com/artifacts/fm.feed.android/PlayerSDK/ -->
<dependency>
    <groupId>fm.feed.android</groupId>
    <artifactId>PlayerSDK</artifactId>
    <version>1.1.6</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/fm.feed.android/PlayerSDK/
implementation 'fm.feed.android:PlayerSDK:1.1.6'
// https://jarcasting.com/artifacts/fm.feed.android/PlayerSDK/
implementation ("fm.feed.android:PlayerSDK:1.1.6")
'fm.feed.android:PlayerSDK:aar:1.1.6'
<dependency org="fm.feed.android" name="PlayerSDK" rev="1.1.6">
  <artifact name="PlayerSDK" type="aar" />
</dependency>
@Grapes(
@Grab(group='fm.feed.android', module='PlayerSDK', version='1.1.6')
)
libraryDependencies += "fm.feed.android" % "PlayerSDK" % "1.1.6"
[fm.feed.android/PlayerSDK "1.1.6"]