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