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