License |
License |
---|---|
GroupId | GroupIdcn.wandersnail |
ArtifactId | ArtifactIdeasyhttp |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptioneasyhttp
http lib for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easyhttp-2.3.0.pom | |
easyhttp-2.3.0.aar | 56 KB |
easyhttp-2.3.0-sources.jar | 32 KB |
easyhttp-2.3.0-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.wandersnail/easyhttp/ -->
<dependency>
<groupId>cn.wandersnail</groupId>
<artifactId>easyhttp</artifactId>
<version>2.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.wandersnail/easyhttp/
implementation 'cn.wandersnail:easyhttp:2.3.0'
// https://jarcasting.com/artifacts/cn.wandersnail/easyhttp/
implementation ("cn.wandersnail:easyhttp:2.3.0")
'cn.wandersnail:easyhttp:aar:2.3.0'
<dependency org="cn.wandersnail" name="easyhttp" rev="2.3.0">
<artifact name="easyhttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.wandersnail', module='easyhttp', version='2.3.0')
)
libraryDependencies += "cn.wandersnail" % "easyhttp" % "2.3.0"
[cn.wandersnail/easyhttp "2.3.0"]