is not current version
Last Version 1.5

tech.ibit:httpclient-util 1.4

httpclient 工具类

Categories

Categories

CLI User Interface
GroupId

GroupId

tech.ibit
ArtifactId

ArtifactId

httpclient-util
Version

Version

1.4
Type

Type

jar

Download httpclient-util 1.4


<!-- https://jarcasting.com/artifacts/tech.ibit/httpclient-util/ -->
<dependency>
    <groupId>tech.ibit</groupId>
    <artifactId>httpclient-util</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/tech.ibit/httpclient-util/
implementation 'tech.ibit:httpclient-util:1.4'
// https://jarcasting.com/artifacts/tech.ibit/httpclient-util/
implementation ("tech.ibit:httpclient-util:1.4")
'tech.ibit:httpclient-util:jar:1.4'
<dependency org="tech.ibit" name="httpclient-util" rev="1.4">
  <artifact name="httpclient-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.ibit', module='httpclient-util', version='1.4')
)
libraryDependencies += "tech.ibit" % "httpclient-util" % "1.4"
[tech.ibit/httpclient-util "1.4"]