| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRetrofit Сеть HTTP Clients JSON Данные fastjson |
| Группа | Группаorg.ligboy.retrofit2 |
| Идентификатор | Идентификаторconverter-fastjson |
| Последняя версия | Последняя версия2.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеConverter: FastJson
Retrofit ships with support for OkHttp's RequestBody and ResponseBody types but the library is content-format agnostic. This modules contained herein are additional converters for JSON which uses FastJson.
|
| Имя Файла | Размер |
|---|---|
| converter-fastjson-2.1.0.pom | |
| converter-fastjson-2.1.0.jar | 5 KB |
| converter-fastjson-2.1.0-sources.jar | 4 KB |
| converter-fastjson-2.1.0-javadoc.jar | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ligboy.retrofit2/converter-fastjson/ -->
<dependency>
<groupId>org.ligboy.retrofit2</groupId>
<artifactId>converter-fastjson</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ligboy.retrofit2/converter-fastjson/
implementation 'org.ligboy.retrofit2:converter-fastjson:2.1.0'
// https://jarcasting.com/artifacts/org.ligboy.retrofit2/converter-fastjson/
implementation ("org.ligboy.retrofit2:converter-fastjson:2.1.0")
'org.ligboy.retrofit2:converter-fastjson:jar:2.1.0'
<dependency org="org.ligboy.retrofit2" name="converter-fastjson" rev="2.1.0">
<artifact name="converter-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ligboy.retrofit2', module='converter-fastjson', version='2.1.0')
)
libraryDependencies += "org.ligboy.retrofit2" % "converter-fastjson" % "2.1.0"
[org.ligboy.retrofit2/converter-fastjson "2.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squareup.retrofit2 : retrofit | jar | 2.1.0 |
| com.alibaba : fastjson | jar | 1.2.13 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.squareup.okhttp3 : mockwebserver | jar | 3.3.1 |
| org.assertj : assertj-core | jar | 1.7.0 |