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