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