is not current version
Last Version 1.4.1

cn.majingjing:http-client 1.0.2

majj http client

Categories

Categories

CLI User Interface
GroupId

GroupId

cn.majingjing
ArtifactId

ArtifactId

http-client
Version

Version

1.0.2
Type

Type

jar

Download http-client 1.0.2


<!-- https://jarcasting.com/artifacts/cn.majingjing/http-client/ -->
<dependency>
    <groupId>cn.majingjing</groupId>
    <artifactId>http-client</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.majingjing/http-client/
implementation 'cn.majingjing:http-client:1.0.2'
// https://jarcasting.com/artifacts/cn.majingjing/http-client/
implementation ("cn.majingjing:http-client:1.0.2")
'cn.majingjing:http-client:jar:1.0.2'
<dependency org="cn.majingjing" name="http-client" rev="1.0.2">
  <artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.majingjing', module='http-client', version='1.0.2')
)
libraryDependencies += "cn.majingjing" % "http-client" % "1.0.2"
[cn.majingjing/http-client "1.0.2"]