tools-httpclient

http request tool

License

License

MIT
Categories

Categories

CLI User Interface
GroupId

GroupId

cn.gjing
ArtifactId

ArtifactId

tools-httpclient
Last Version

Last Version

1.2.8
Release Date

Release Date

Type

Type

jar
Description

Description

tools-httpclient
http request tool

Download tools-httpclient

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.11.0
commons-lang : commons-lang jar 2.6
org.scala-lang : scala-library Optional jar 2.13.1

Project Modules

There are no modules declared in this project.

Gjing tools for java 😄

 
项目开发常用工具包整合
推荐使用最新版本

在您的项目中使用Java Gjing tools的推荐方法是从Maven中使用它。如下:

请注意,项目JDK版本支持1.8+

作者

Versions

Version
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0