e

easyjson

A JSON Facade: Supports adapter any json library to gson, jackson, fastjson etc. Provides a unified JSON access API, you can adapter any JSON library to Gson, Jackson, FastJson with easyjson.
https://github.com/bes2008/easyjson
Apache 2.0
bes2008
文件下载
文件名 操作
easyjson-4.1.5.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.bes2008.solution.easyjson</groupId>
  <artifactId>easyjson</artifactId>
  <version>4.1.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.bes2008.solution.easyjson:easyjson:4.1.5'
Gradle Kotlin
implementation("io.github.bes2008.solution.easyjson:easyjson:4.1.5")
Scala SBT
libraryDependencies += "io.github.bes2008.solution.easyjson" % "easyjson" % "4.1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.bes2008.solution.easyjson', module='easyjson', version='4.1.5')
)
Apache Ivy
<dependency org="io.github.bes2008.solution.easyjson" name="easyjson" rev="4.1.5" />
Leiningen
[io.github.bes2008.solution.easyjson/easyjson "4.1.5"]
Apache Buildr
'io.github.bes2008.solution.easyjson:easyjson:jar:4.1.5'