j

jsonlib-to-easyjson

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