| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.apache.httpcomponents |
| ArtifactId | ArtifactIdhttpasyncclient |
| Last Version | Last Version4.1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache HttpAsyncClient
Apache HttpComponents AsyncClient
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| httpasyncclient-4.1.5.pom | |
| httpasyncclient-4.1.5.jar | 79 KB |
| httpasyncclient-4.1.5-sources.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpasyncclient/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>4.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpasyncclient/
implementation 'org.apache.httpcomponents:httpasyncclient:4.1.5'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpasyncclient/
implementation ("org.apache.httpcomponents:httpasyncclient:4.1.5")
'org.apache.httpcomponents:httpasyncclient:jar:4.1.5'
<dependency org="org.apache.httpcomponents" name="httpasyncclient" rev="4.1.5">
<artifact name="httpasyncclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpasyncclient', version='4.1.5')
)
libraryDependencies += "org.apache.httpcomponents" % "httpasyncclient" % "4.1.5"
[org.apache.httpcomponents/httpasyncclient "4.1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpcore | jar | 4.4.15 |
| org.apache.httpcomponents : httpcore-nio | jar | 4.4.15 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| commons-logging : commons-logging | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| commons-io : commons-io | jar | 2.4 |
| org.mockito : mockito-core | jar | 1.8.5 |