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