Last Version

Converter: FastJson-Android 2.1.0

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.

License

License

Categories

Categories

Retrofit Net HTTP Clients JSON Data fastjson
GroupId

GroupId

org.ligboy.retrofit2
ArtifactId

ArtifactId

converter-fastjson-android
Version

Version

2.1.0
Type

Type

jar
Description

Description

Converter: FastJson-Android
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.

Download converter-fastjson-android 2.1.0


<!-- https://jarcasting.com/artifacts/org.ligboy.retrofit2/converter-fastjson-android/ -->
<dependency>
    <groupId>org.ligboy.retrofit2</groupId>
    <artifactId>converter-fastjson-android</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ligboy.retrofit2/converter-fastjson-android/
implementation 'org.ligboy.retrofit2:converter-fastjson-android:2.1.0'
// https://jarcasting.com/artifacts/org.ligboy.retrofit2/converter-fastjson-android/
implementation ("org.ligboy.retrofit2:converter-fastjson-android:2.1.0")
'org.ligboy.retrofit2:converter-fastjson-android:jar:2.1.0'
<dependency org="org.ligboy.retrofit2" name="converter-fastjson-android" rev="2.1.0">
  <artifact name="converter-fastjson-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ligboy.retrofit2', module='converter-fastjson-android', version='2.1.0')
)
libraryDependencies += "org.ligboy.retrofit2" % "converter-fastjson-android" % "2.1.0"
[org.ligboy.retrofit2/converter-fastjson-android "2.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.retrofit2 : retrofit jar 2.1.0
com.alibaba : fastjson jar 1.1.52.android

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
com.squareup.okhttp3 : mockwebserver jar 3.3.1
org.assertj : assertj-core jar 1.7.0

Project Modules

There are no modules declared in this project.