is not current version
Last Version 1.2.12

top.jfunc.network:httpclient-core 1.1.4

定义Http请求相关接口及一些基础公共的实现

Categories

Categories

Net CLI User Interface
GroupId

GroupId

top.jfunc.network
ArtifactId

ArtifactId

httpclient-core
Version

Version

1.1.4
Type

Type

jar

Download httpclient-core 1.1.4


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