| License | 
                License | 
        
|---|---|
| GroupId | GroupIdxyz.migoo | 
    
| ArtifactId | ArtifactIdsimplehttp | 
    
| Last Version | Last Version2.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionsimplehttp 
            a simple http client 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| simplehttp-2.0.0.pom | |
| simplehttp-2.0.0.jar | 14 KB | 
| simplehttp-2.0.0-sources.jar | 8 KB | 
| simplehttp-2.0.0-javadoc.jar | 61 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/xyz.migoo/simplehttp/ -->
<dependency>
    <groupId>xyz.migoo</groupId>
    <artifactId>simplehttp</artifactId>
    <version>2.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/xyz.migoo/simplehttp/
implementation 'xyz.migoo:simplehttp:2.0.0'
                // https://jarcasting.com/artifacts/xyz.migoo/simplehttp/
implementation ("xyz.migoo:simplehttp:2.0.0")
                'xyz.migoo:simplehttp:jar:2.0.0'
                <dependency org="xyz.migoo" name="simplehttp" rev="2.0.0">
  <artifact name="simplehttp" type="jar" />
</dependency>
                @Grapes(
@Grab(group='xyz.migoo', module='simplehttp', version='2.0.0')
)
                libraryDependencies += "xyz.migoo" % "simplehttp" % "2.0.0"
                [xyz.migoo/simplehttp "2.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.httpcomponents.client5 : httpclient5 | jar | 5.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.1 |