is not current version
Last Version 2.1.0

org.ligboy.retrofit2:converter-fastjson-parent 2.0.2

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.

Categories

Categories

Retrofit Net HTTP Clients JSON Data fastjson
GroupId

GroupId

org.ligboy.retrofit2
ArtifactId

ArtifactId

converter-fastjson-parent
Version

Version

2.0.2
Type

Type

pom

Download converter-fastjson-parent 2.0.2


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