Files download
File Operation
converter-fastjson-1.0.jar download
converter-fastjson-1.0.pom download
converter-fastjson-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>xyz.xpcoder.common.retrofit2</groupId>
  <artifactId>converter-fastjson</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'xyz.xpcoder.common.retrofit2:converter-fastjson:1.0'
Gradle Kotlin
implementation("xyz.xpcoder.common.retrofit2:converter-fastjson:1.0")
Scala SBT
libraryDependencies += "xyz.xpcoder.common.retrofit2" % "converter-fastjson" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='xyz.xpcoder.common.retrofit2', module='converter-fastjson', version='1.0')
)
Apache Ivy
<dependency org="xyz.xpcoder.common.retrofit2" name="converter-fastjson" rev="1.0" />
Leiningen
[xyz.xpcoder.common.retrofit2/converter-fastjson "1.0"]
Apache Buildr
'xyz.xpcoder.common.retrofit2:converter-fastjson:jar:1.0'