o

os-common-http

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