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