| License | License | 
|---|---|
| GroupId | GroupIdcom.cmonbaby | 
| ArtifactId | ArtifactIdhttp_lower | 
| Last Version | Last Version2.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionhttp_lower Android Http Core Library | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| http_lower-2.0.0.pom | |
| http_lower-2.0.0.jar | 145 KB | 
| http_lower-2.0.0-sources.jar | 73 KB | 
| http_lower-2.0.0-javadoc.jar | 313 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.cmonbaby/http_lower/ -->
<dependency>
    <groupId>com.cmonbaby</groupId>
    <artifactId>http_lower</artifactId>
    <version>2.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.cmonbaby/http_lower/
implementation 'com.cmonbaby:http_lower:2.0.0'// https://jarcasting.com/artifacts/com.cmonbaby/http_lower/
implementation ("com.cmonbaby:http_lower:2.0.0")'com.cmonbaby:http_lower:jar:2.0.0'<dependency org="com.cmonbaby" name="http_lower" rev="2.0.0">
  <artifact name="http_lower" type="jar" />
</dependency>@Grapes(
@Grab(group='com.cmonbaby', module='http_lower', version='2.0.0')
)libraryDependencies += "com.cmonbaby" % "http_lower" % "2.0.0"[com.cmonbaby/http_lower "2.0.0"]