| License | License | 
|---|---|
| GroupId | GroupIdcom.github.freelifer | 
| ArtifactId | ArtifactIdhttp | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typeaar | 
| Description | DescriptionSmart Http client smart andorid http client. | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| http-1.1.0.pom | |
| http-1.1.0.aar | 10 KB | 
| http-1.1.0-sources.jar | 9 KB | 
| http-1.1.0-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.freelifer/http/ -->
<dependency>
    <groupId>com.github.freelifer</groupId>
    <artifactId>http</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.github.freelifer/http/
implementation 'com.github.freelifer:http:1.1.0'// https://jarcasting.com/artifacts/com.github.freelifer/http/
implementation ("com.github.freelifer:http:1.1.0")'com.github.freelifer:http:aar:1.1.0'<dependency org="com.github.freelifer" name="http" rev="1.1.0">
  <artifact name="http" type="aar" />
</dependency>@Grapes(
@Grab(group='com.github.freelifer', module='http', version='1.1.0')
)libraryDependencies += "com.github.freelifer" % "http" % "1.1.0"[com.github.freelifer/http "1.1.0"]