| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdorg.expath.http.client | 
    
| ArtifactId | ArtifactIdhttp-client | 
    
| Last Version | Last Version1.4.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionEXPath HTTP Client 
            EXPath HTTP Client module. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| http-client-1.4.1.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.expath.http.client/http-client/ -->
<dependency>
    <groupId>org.expath.http.client</groupId>
    <artifactId>http-client</artifactId>
    <version>1.4.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.expath.http.client/http-client/
implementation 'org.expath.http.client:http-client:1.4.1'
                // https://jarcasting.com/artifacts/org.expath.http.client/http-client/
implementation ("org.expath.http.client:http-client:1.4.1")
                'org.expath.http.client:http-client:pom:1.4.1'
                <dependency org="org.expath.http.client" name="http-client" rev="1.4.1">
  <artifact name="http-client" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.expath.http.client', module='http-client', version='1.4.1')
)
                libraryDependencies += "org.expath.http.client" % "http-client" % "1.4.1"
                [org.expath.http.client/http-client "1.4.1"]