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