| License |
License |
|---|---|
| GroupId | GroupIdcom.github.davidcarboni |
| ArtifactId | ArtifactIdhttpino |
| Last Version | Last Version0.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHTTPino
A small, human, developer-focused HTTP client that wraps Apache Httpcomponents to make common tasks as clear,
simple and straightforward as possible.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| httpino-0.0.8.pom | |
| httpino-0.0.8.jar | 22 KB |
| httpino-0.0.8-sources.jar | 11 KB |
| httpino-0.0.8-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidcarboni/httpino/ -->
<dependency>
<groupId>com.github.davidcarboni</groupId>
<artifactId>httpino</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidcarboni/httpino/
implementation 'com.github.davidcarboni:httpino:0.0.8'
// https://jarcasting.com/artifacts/com.github.davidcarboni/httpino/
implementation ("com.github.davidcarboni:httpino:0.0.8")
'com.github.davidcarboni:httpino:jar:0.0.8'
<dependency org="com.github.davidcarboni" name="httpino" rev="0.0.8">
<artifact name="httpino" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidcarboni', module='httpino', version='0.0.8')
)
libraryDependencies += "com.github.davidcarboni" % "httpino" % "0.0.8"
[com.github.davidcarboni/httpino "0.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.apache.httpcomponents : httpclient | jar | 4.5 |
| org.apache.httpcomponents : httpmime | jar | 4.5 |
| commons-fileupload : commons-fileupload | jar | 1.3.1 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| commons-io : commons-io | jar | 2.4 |
| com.google.code.gson : gson | jar | 2.3.1 |
| com.github.davidcarboni : resource-utils | jar | 1.2.0 |