c

common-http

Files download
File Operation
common-http-1.1.0.jar download
common-http-1.1.0.pom download
common-http-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.com.jeeweb</groupId>
  <artifactId>common-http</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'cn.com.jeeweb:common-http:1.1.0'
Gradle Kotlin
implementation("cn.com.jeeweb:common-http:1.1.0")
Scala SBT
libraryDependencies += "cn.com.jeeweb" % "common-http" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='cn.com.jeeweb', module='common-http', version='1.1.0')
)
Apache Ivy
<dependency org="cn.com.jeeweb" name="common-http" rev="1.1.0" />
Leiningen
[cn.com.jeeweb/common-http "1.1.0"]
Apache Buildr
'cn.com.jeeweb:common-http:jar:1.1.0'