is not current version
Last Version 6.2.4

fm.feed.android:player-sdk 4.1.0

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.1.0
Type

Type

aar

Download player-sdk 4.1.0


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