is not current version
Last Version 6.2.4

fm.feed.android:player-sdk 4.0.1

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

player-sdk
Version

Version

4.0.1
Type

Type

aar

Download player-sdk 4.0.1


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