GroupId | GroupIdcn.wandersnail |
---|---|
ArtifactId | ArtifactIdeasyhttp |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
easyhttp-1.0.4.pom | |
easyhttp-1.0.4.aar | 54 KB |
easyhttp-1.0.4-sources.jar | 31 KB |
easyhttp-1.0.4-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.wandersnail/easyhttp/ -->
<dependency>
<groupId>cn.wandersnail</groupId>
<artifactId>easyhttp</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.wandersnail/easyhttp/
implementation 'cn.wandersnail:easyhttp:1.0.4'
// https://jarcasting.com/artifacts/cn.wandersnail/easyhttp/
implementation ("cn.wandersnail:easyhttp:1.0.4")
'cn.wandersnail:easyhttp:aar:1.0.4'
<dependency org="cn.wandersnail" name="easyhttp" rev="1.0.4">
<artifact name="easyhttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.wandersnail', module='easyhttp', version='1.0.4')
)
libraryDependencies += "cn.wandersnail" % "easyhttp" % "1.0.4"
[cn.wandersnail/easyhttp "1.0.4"]