http-client-0.1.1

A simple HTTP client.

License

License

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.kut3.http
ArtifactId

ArtifactId

http-client
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

http-client-0.1.1
A simple HTTP client.
Project URL

Project URL

http://kut3.net/http/http-client

Download http-client

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.1
0.1.0