c

converter-fastjson-parent

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.
http://github.com/ligboy/retrofit-converters
Apache 2.0
Ligboy Liu
Files download
File Operation
converter-fastjson-parent-2.0.2.pom download
Apache Maven
<dependency>
  <groupId>org.ligboy.retrofit2</groupId>
  <artifactId>converter-fastjson-parent</artifactId>
  <version>2.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ligboy.retrofit2:converter-fastjson-parent:2.0.2'
Gradle Kotlin
implementation("org.ligboy.retrofit2:converter-fastjson-parent:2.0.2")
Scala SBT
libraryDependencies += "org.ligboy.retrofit2" % "converter-fastjson-parent" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.ligboy.retrofit2', module='converter-fastjson-parent', version='2.0.2')
)
Apache Ivy
<dependency org="org.ligboy.retrofit2" name="converter-fastjson-parent" rev="2.0.2" />
Leiningen
[org.ligboy.retrofit2/converter-fastjson-parent "2.0.2"]
Apache Buildr
'org.ligboy.retrofit2:converter-fastjson-parent:jar:2.0.2'
Dependencies
The project has no third-party dependencies