is not current version
Last Version 1.4.1

cn.majingjing:http-client 1.0.3

majj http client

Categories

Categories

CLI User Interface
GroupId

GroupId

cn.majingjing
ArtifactId

ArtifactId

http-client
Version

Version

1.0.3
Type

Type

jar

Download http-client 1.0.3


<!-- 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"]