| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.bogdanovmn.httpclient |
| ArtifactId | ArtifactIdhttp-client-simple |
| Last Version | Last Version2.1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHTTP client framework (Base client)
HTTP client framework
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| http-client-simple-2.1.7.pom | |
| http-client-simple-2.1.7.jar | 6 KB |
| http-client-simple-2.1.7-sources.jar | 5 KB |
| http-client-simple-2.1.7-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient/http-client-simple/ -->
<dependency>
<groupId>com.github.bogdanovmn.httpclient</groupId>
<artifactId>http-client-simple</artifactId>
<version>2.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient/http-client-simple/
implementation 'com.github.bogdanovmn.httpclient:http-client-simple:2.1.7'
// https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient/http-client-simple/
implementation ("com.github.bogdanovmn.httpclient:http-client-simple:2.1.7")
'com.github.bogdanovmn.httpclient:http-client-simple:jar:2.1.7'
<dependency org="com.github.bogdanovmn.httpclient" name="http-client-simple" rev="2.1.7">
<artifact name="http-client-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bogdanovmn.httpclient', module='http-client-simple', version='2.1.7')
)
libraryDependencies += "com.github.bogdanovmn.httpclient" % "http-client-simple" % "2.1.7"
[com.github.bogdanovmn.httpclient/http-client-simple "2.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.bogdanovmn.httpclient : http-client-core | jar | |
| org.apache.httpcomponents : fluent-hc | jar | |
| commons-io : commons-io | jar |