is not current version
Last Version 1.2.12

top.jfunc.network:httpclient-core 1.2.8

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

Categories

Categories

Net CLI User Interface
GroupId

GroupId

top.jfunc.network
ArtifactId

ArtifactId

httpclient-core
Version

Version

1.2.8
Type

Type

jar

Download httpclient-core 1.2.8


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