g

gson-to-easyjson

Adapter gson to easyjson . the gson version : 2.8.6
Files download
File Operation
gson-to-easyjson-3.2.26.jar download
gson-to-easyjson-3.2.26.pom download
gson-to-easyjson-3.2.26-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fangjinuo.easyjson</groupId>
  <artifactId>gson-to-easyjson</artifactId>
  <version>3.2.26</version>
</dependency>
Gradle Groovy
implementation 'com.github.fangjinuo.easyjson:gson-to-easyjson:3.2.26'
Gradle Kotlin
implementation("com.github.fangjinuo.easyjson:gson-to-easyjson:3.2.26")
Scala SBT
libraryDependencies += "com.github.fangjinuo.easyjson" % "gson-to-easyjson" % "3.2.26"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fangjinuo.easyjson', module='gson-to-easyjson', version='3.2.26')
)
Apache Ivy
<dependency org="com.github.fangjinuo.easyjson" name="gson-to-easyjson" rev="3.2.26" />
Leiningen
[com.github.fangjinuo.easyjson/gson-to-easyjson "3.2.26"]
Apache Buildr
'com.github.fangjinuo.easyjson:gson-to-easyjson:jar:3.2.26'