http-request

Library for making HTTP requests

License

License

GroupId

GroupId

io.github.pengpan
ArtifactId

ArtifactId

http-request
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

http-request
Library for making HTTP requests
Project URL

Project URL

https://github.com/pengpan/http-request
Source Code Management

Source Code Management

http://github.com/pengpan/http-request

Download http-request

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0