Last Version

Converters 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-parent
Version

Version

2.1.0
Type

Type

pom
Description

Description

Converters
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-parent 2.1.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • fastjson
  • fastjson-android