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