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