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