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