a

agileway-httpclient

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