| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRetrofit Сеть HTTP Clients FST Данные Data Formats Serialization |
| Группа | Группаcom.infstory |
| Идентификатор | Идентификаторretrofit |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеRetrofit2
Turns your REST API into a Java interface
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| retrofit-2.0.0.pom | |
| retrofit-2.0.0.jar | 32 KB |
| retrofit-2.0.0-sources.jar | 14 KB |
| retrofit-2.0.0-javadoc.jar | 109 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.infstory/retrofit/ -->
<dependency>
<groupId>com.infstory</groupId>
<artifactId>retrofit</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.infstory/retrofit/
implementation 'com.infstory:retrofit:2.0.0'
// https://jarcasting.com/artifacts/com.infstory/retrofit/
implementation ("com.infstory:retrofit:2.0.0")
'com.infstory:retrofit:jar:2.0.0'
<dependency org="com.infstory" name="retrofit" rev="2.0.0">
<artifact name="retrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.infstory', module='retrofit', version='2.0.0')
)
libraryDependencies += "com.infstory" % "retrofit" % "2.0.0"
[com.infstory/retrofit "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.reactivex : rxjava | jar | 1.0.9 |
| com.squareup.okhttp : okhttp | jar | 2.4.0 |
| com.squareup.retrofit : retrofit | jar | 1.9.0 |