hclient
Yet Another HTTPClient
| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.mozvip |
| ArtifactId | ArtifactIdhclient |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionhClient
Another Http client for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hclient-0.0.3.pom | |
| hclient-0.0.3.jar | 40 KB |
| hclient-0.0.3-sources.jar | 18 KB |
| hclient-0.0.3-javadoc.jar | 125 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mozvip/hclient/ -->
<dependency>
<groupId>com.github.mozvip</groupId>
<artifactId>hclient</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mozvip/hclient/
implementation 'com.github.mozvip:hclient:0.0.3'
// https://jarcasting.com/artifacts/com.github.mozvip/hclient/
implementation ("com.github.mozvip:hclient:0.0.3")
'com.github.mozvip:hclient:jar:0.0.3'
<dependency org="com.github.mozvip" name="hclient" rev="0.0.3">
<artifact name="hclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mozvip', module='hclient', version='0.0.3')
)
libraryDependencies += "com.github.mozvip" % "hclient" % "0.0.3"
[com.github.mozvip/hclient "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| org.jsoup : jsoup | jar | 1.10.2 |
| commons-io : commons-io | jar | 2.4 |
| org.slf4j : slf4j-api | jar | 1.7.24 |
| ch.qos.logback : logback-classic | jar | 1.2.1 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.24 |
| net.sourceforge.htmlcleaner : htmlcleaner | jar | 2.18 |
| org.mozilla : rhino | jar | 1.7.6 |
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| com.google.guava : guava | jar | 18.0 |
| com.h2database : h2 | jar | 1.4.194 |
| org.jdbi : jdbi | jar | 2.78 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |
Yet Another HTTPClient