| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.http4k | 
    
| ArtifactId | ArtifactIdhttp4k-client-apache-async | 
    
| Last Version | Last Version4.27.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionhttp4k-client-apache-async 
            Http4k HTTP Client built on top of async apache httpclient 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/org.http4k/http4k-client-apache-async/ -->
<dependency>
    <groupId>org.http4k</groupId>
    <artifactId>http4k-client-apache-async</artifactId>
    <version>4.27.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.http4k/http4k-client-apache-async/
implementation 'org.http4k:http4k-client-apache-async:4.27.0.0'
                // https://jarcasting.com/artifacts/org.http4k/http4k-client-apache-async/
implementation ("org.http4k:http4k-client-apache-async:4.27.0.0")
                'org.http4k:http4k-client-apache-async:jar:4.27.0.0'
                <dependency org="org.http4k" name="http4k-client-apache-async" rev="4.27.0.0">
  <artifact name="http4k-client-apache-async" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.http4k', module='http4k-client-apache-async', version='4.27.0.0')
)
                libraryDependencies += "org.http4k" % "http4k-client-apache-async" % "4.27.0.0"
                [org.http4k/http4k-client-apache-async "4.27.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.http4k : http4k-core | jar | 4.27.0.0 | 
| org.apache.httpcomponents.client5 : httpclient5 | jar | 5.1.3 | 
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0 |