j

jeeweb-http

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