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