| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.github.myibu | 
    
| ArtifactId | ArtifactIdsimple-httpclient | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionsimple-httpclient 
            a simple httpclient based on jdk proxy 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| simple-httpclient-1.0.0.pom | |
| simple-httpclient-1.0.0.jar | 38 KB | 
| simple-httpclient-1.0.0-sources.jar | 21 KB | 
| simple-httpclient-1.0.0-javadoc.jar | 518 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.myibu/simple-httpclient/ -->
<dependency>
    <groupId>com.github.myibu</groupId>
    <artifactId>simple-httpclient</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.myibu/simple-httpclient/
implementation 'com.github.myibu:simple-httpclient:1.0.0'
                // https://jarcasting.com/artifacts/com.github.myibu/simple-httpclient/
implementation ("com.github.myibu:simple-httpclient:1.0.0")
                'com.github.myibu:simple-httpclient:jar:1.0.0'
                <dependency org="com.github.myibu" name="simple-httpclient" rev="1.0.0">
  <artifact name="simple-httpclient" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.myibu', module='simple-httpclient', version='1.0.0')
)
                libraryDependencies += "com.github.myibu" % "simple-httpclient" % "1.0.0"
                [com.github.myibu/simple-httpclient "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.7 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.7 |