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