GroupId | GroupIdcn.keayuan |
---|---|
ArtifactId | ArtifactIdhttp |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
http-0.0.1.pom | |
http-0.0.1.jar | 56 KB |
http-0.0.1-sources.jar | 32 KB |
http-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/cn.keayuan/http/ -->
<dependency>
<groupId>cn.keayuan</groupId>
<artifactId>http</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.keayuan/http/
implementation 'cn.keayuan:http:0.0.1'
// https://jarcasting.com/artifacts/cn.keayuan/http/
implementation ("cn.keayuan:http:0.0.1")
'cn.keayuan:http:jar:0.0.1'
<dependency org="cn.keayuan" name="http" rev="0.0.1">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.keayuan', module='http', version='0.0.1')
)
libraryDependencies += "cn.keayuan" % "http" % "0.0.1"
[cn.keayuan/http "0.0.1"]