| Категории |
КатегорииSquare Прикладные библиотеки Financial Retrofit Сеть HTTP Clients |
|---|---|
| Группа | Группаcom.squareup.retrofit |
| Идентификатор | Идентификаторretrofit-converters |
| Версия | Версия1.8.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| retrofit-converters-1.8.0.pom | 713 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.squareup.retrofit/retrofit-converters/ -->
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>retrofit-converters</artifactId>
<version>1.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.retrofit/retrofit-converters/
implementation 'com.squareup.retrofit:retrofit-converters:1.8.0'
// https://jarcasting.com/artifacts/com.squareup.retrofit/retrofit-converters/
implementation ("com.squareup.retrofit:retrofit-converters:1.8.0")
'com.squareup.retrofit:retrofit-converters:pom:1.8.0'
<dependency org="com.squareup.retrofit" name="retrofit-converters" rev="1.8.0">
<artifact name="retrofit-converters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit', module='retrofit-converters', version='1.8.0')
)
libraryDependencies += "com.squareup.retrofit" % "retrofit-converters" % "1.8.0"
[com.squareup.retrofit/retrofit-converters "1.8.0"]