GroupId | GroupIdcn.xnatural.http |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
http-1.0.5.pom | |
http-1.0.5.jar | 67 KB |
http-1.0.5-sources.jar | 37 KB |
http-1.0.5-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.xnatural.http/http/ -->
<dependency>
<groupId>cn.xnatural.http</groupId>
<artifactId>http</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xnatural.http/http/
implementation 'cn.xnatural.http:http:1.0.5'
// https://jarcasting.com/artifacts/cn.xnatural.http/http/
implementation ("cn.xnatural.http:http:1.0.5")
'cn.xnatural.http:http:jar:1.0.5'
<dependency org="cn.xnatural.http" name="http" rev="1.0.5">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xnatural.http', module='http', version='1.0.5')
)
libraryDependencies += "cn.xnatural.http" % "http" % "1.0.5"
[cn.xnatural.http/http "1.0.5"]