| Лицензия |
Лицензия |
|---|---|
| Группа | Группаfm.feed.android |
| Идентификатор | ИдентификаторPlayerSDK |
| Последняя версия | Последняя версия3.0.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеFeed.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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| PlayerSDK-3.0.0.pom | |
| PlayerSDK-3.0.0.aar | 224 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |