f

fastjson-to-easyjson

Adapter alibaba fastjson to easyjson
文件下载
文件名 操作
fastjson-to-easyjson-3.0.4.jar 下载
fastjson-to-easyjson-3.0.4.pom 下载
fastjson-to-easyjson-3.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.fangjinuo.easyjson</groupId>
  <artifactId>fastjson-to-easyjson</artifactId>
  <version>3.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.fangjinuo.easyjson:fastjson-to-easyjson:3.0.4'
Gradle Kotlin
implementation("com.github.fangjinuo.easyjson:fastjson-to-easyjson:3.0.4")
Scala SBT
libraryDependencies += "com.github.fangjinuo.easyjson" % "fastjson-to-easyjson" % "3.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fangjinuo.easyjson', module='fastjson-to-easyjson', version='3.0.4')
)
Apache Ivy
<dependency org="com.github.fangjinuo.easyjson" name="fastjson-to-easyjson" rev="3.0.4" />
Leiningen
[com.github.fangjinuo.easyjson/fastjson-to-easyjson "3.0.4"]
Apache Buildr
'com.github.fangjinuo.easyjson:fastjson-to-easyjson:jar:3.0.4'