o

os-common-http

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