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