| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.seepine | 
    
| ArtifactId | ArtifactIdhttpclient | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionhttpclient 
            httpclient thread pool project,can get httpUtil of get,post,put,delete and download. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| httpclient-1.0.0.pom | |
| httpclient-1.0.0.jar | 44 KB | 
| httpclient-1.0.0-sources.jar | 30 KB | 
| httpclient-1.0.0-javadoc.jar | 212 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.seepine/httpclient/ -->
<dependency>
    <groupId>com.seepine</groupId>
    <artifactId>httpclient</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.seepine/httpclient/
implementation 'com.seepine:httpclient:1.0.0'
                // https://jarcasting.com/artifacts/com.seepine/httpclient/
implementation ("com.seepine:httpclient:1.0.0")
                'com.seepine:httpclient:jar:1.0.0'
                <dependency org="com.seepine" name="httpclient" rev="1.0.0">
  <artifact name="httpclient" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.seepine', module='httpclient', version='1.0.0')
)
                libraryDependencies += "com.seepine" % "httpclient" % "1.0.0"
                [com.seepine/httpclient "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.12 | 
| org.projectlombok : lombok | jar | 1.18.12 | 
| com.alibaba : fastjson | jar | 1.2.73 | 
| org.slf4j : slf4j-api | jar | 1.7.30 |