| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные Retrofit Сеть HTTP Clients |
| Группа | Группаcom.github.leonardoxh |
| Идентификатор | Идентификаторretrofit2-livedata-adapter |
| Версия | Версия1.1.2 |
| Тип | Типaar |
| Описание |
ОписаниеRetrofit 2 LiveData adapter
A CallAdapter.Factory for Android LiveData
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.leonardoxh/retrofit2-livedata-adapter/ -->
<dependency>
<groupId>com.github.leonardoxh</groupId>
<artifactId>retrofit2-livedata-adapter</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leonardoxh/retrofit2-livedata-adapter/
implementation 'com.github.leonardoxh:retrofit2-livedata-adapter:1.1.2'
// https://jarcasting.com/artifacts/com.github.leonardoxh/retrofit2-livedata-adapter/
implementation ("com.github.leonardoxh:retrofit2-livedata-adapter:1.1.2")
'com.github.leonardoxh:retrofit2-livedata-adapter:aar:1.1.2'
<dependency org="com.github.leonardoxh" name="retrofit2-livedata-adapter" rev="1.1.2">
<artifact name="retrofit2-livedata-adapter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.leonardoxh', module='retrofit2-livedata-adapter', version='1.1.2')
)
libraryDependencies += "com.github.leonardoxh" % "retrofit2-livedata-adapter" % "1.1.2"
[com.github.leonardoxh/retrofit2-livedata-adapter "1.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squareup.retrofit2 : retrofit | jar | 2.4.0 |
| android.arch.lifecycle » livedata | jar | 1.1.1 |