| License | 
                License | 
        
|---|---|
| GroupId | GroupIdxyz.cofe | 
    
| ArtifactId | ArtifactIdhttp-base | 
    
| Last Version | Last Version0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionHTTP client 
         | 
    
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| http-base-0.1.pom | |
| http-base-0.1.jar | 344 KB | 
| http-base-0.1-sources.jar | 323 KB | 
| http-base-0.1-javadoc.jar | 800 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/xyz.cofe/http-base/ -->
<dependency>
    <groupId>xyz.cofe</groupId>
    <artifactId>http-base</artifactId>
    <version>0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/xyz.cofe/http-base/
implementation 'xyz.cofe:http-base:0.1'
                // https://jarcasting.com/artifacts/xyz.cofe/http-base/
implementation ("xyz.cofe:http-base:0.1")
                'xyz.cofe:http-base:jar:0.1'
                <dependency org="xyz.cofe" name="http-base" rev="0.1">
  <artifact name="http-base" type="jar" />
</dependency>
                @Grapes(
@Grab(group='xyz.cofe', module='http-base', version='0.1')
)
                libraryDependencies += "xyz.cofe" % "http-base" % "0.1"
                [xyz.cofe/http-base "0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| xyz.cofe : content-buffer | jar | 0.1 | 
| commons-codec : commons-codec | jar | 1.10 | 
| xyz.cofe : collection | jar | [0.1,1.0) | 
| xyz.cofe : xml | jar | [0.1,1.0) | 
| xyz.cofe : text | jar | [0.1,1.0) | 
| xyz.cofe : template | jar | [0.1,1.0) | 
| xyz.cofe : type | jar | [0.1,1.0) | 
| xyz.cofe : iostream | jar | [0.1,1.0) | 
| xyz.cofe : fs | jar | [0.1,1.0) | 
| xyz.cofe : fs-itf | jar | [0.1,1.0) | 
| org.jsoup : jsoup | jar | 1.8.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.10 |