License |
License |
---|---|
Categories |
CategoriesRetrofit Net HTTP Clients JSON Data fastjson |
GroupId | GroupIdorg.ligboy.retrofit2 |
ArtifactId | ArtifactIdconverter-fastjson-parent |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionConverters
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.
|
Filename | Size |
---|---|
converter-fastjson-parent-2.1.0.pom | 8 KB |
Browse |
<!-- 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"]