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