| License |
License |
|---|---|
| GroupId | GroupIdin.yuvi |
| ArtifactId | ArtifactIdhttp.fluent |
| Version | Version1.3 |
| Type | Typejar |
| Description |
DescriptionHTTP Fluent Builder
A fluent HTTP wrapper on top of Apache HTTP Components
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| http.fluent-1.3.pom | |
| http.fluent-1.3.jar | 16 KB |
| http.fluent-1.3-sources.jar | 9 KB |
| http.fluent-1.3-javadoc.jar | 53 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.2.2 |
| org.apache.httpcomponents : httpmime | jar | 4.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |