a

agileway-httpclient

Simplify the use of apache httpclient
Files download
File Operation
agileway-httpclient-3.1.12.jar download
agileway-httpclient-3.1.12.pom download
agileway-httpclient-3.1.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fangjinuo.agileway</groupId>
  <artifactId>agileway-httpclient</artifactId>
  <version>3.1.12</version>
</dependency>
Gradle Groovy
implementation 'com.github.fangjinuo.agileway:agileway-httpclient:3.1.12'
Gradle Kotlin
implementation("com.github.fangjinuo.agileway:agileway-httpclient:3.1.12")
Scala SBT
libraryDependencies += "com.github.fangjinuo.agileway" % "agileway-httpclient" % "3.1.12"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fangjinuo.agileway', module='agileway-httpclient', version='3.1.12')
)
Apache Ivy
<dependency org="com.github.fangjinuo.agileway" name="agileway-httpclient" rev="3.1.12" />
Leiningen
[com.github.fangjinuo.agileway/agileway-httpclient "3.1.12"]
Apache Buildr
'com.github.fangjinuo.agileway:agileway-httpclient:jar:3.1.12'