| GroupId | GroupIdcom.github.jinanzhuan |
|---|---|
| ArtifactId | ArtifactIdease-http |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| ease-http-1.0.0.pom | |
| ease-http-1.0.0.aar | 3 KB |
| ease-http-1.0.0-sources.jar | 1 KB |
| ease-http-1.0.0-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jinanzhuan/ease-http/ -->
<dependency>
<groupId>com.github.jinanzhuan</groupId>
<artifactId>ease-http</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinanzhuan/ease-http/
implementation 'com.github.jinanzhuan:ease-http:1.0.0'
// https://jarcasting.com/artifacts/com.github.jinanzhuan/ease-http/
implementation ("com.github.jinanzhuan:ease-http:1.0.0")
'com.github.jinanzhuan:ease-http:aar:1.0.0'
<dependency org="com.github.jinanzhuan" name="ease-http" rev="1.0.0">
<artifact name="ease-http" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinanzhuan', module='ease-http', version='1.0.0')
)
libraryDependencies += "com.github.jinanzhuan" % "ease-http" % "1.0.0"
[com.github.jinanzhuan/ease-http "1.0.0"]