HttpUtils

A simple Http Util

License

License

GroupId

GroupId

com.github.makewheels
ArtifactId

ArtifactId

HttpUtils
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

HttpUtils
A simple Http Util
Project URL

Project URL

http://github.com/makewheels/HttpUtils
Source Code Management

Source Code Management

http://github.com/makewheels/HttpUtils/tree/master

Download HttpUtils

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.13

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0