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