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