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