HTTP Fluent Builder

A fluent HTTP wrapper on top of Apache HTTP Components

License

License

GroupId

GroupId

in.yuvi
ArtifactId

ArtifactId

http.fluent
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

HTTP Fluent Builder
A fluent HTTP wrapper on top of Apache HTTP Components
Project URL

Project URL

http://github.com/yuvipanda/java-http-fluent
Source Code Management

Source Code Management

http://github.com/yuvipanda/java-http-fluent.git

Download http.fluent

How to add to project

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

Dependencies

compile (2)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.1
1.0