a

agileway-httpclient

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