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