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