Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcn.majingjing |
ArtifactId | ArtifactIdhttp-client |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
http-client-1.0.2.pom | |
http-client-1.0.2.jar | 30 KB |
http-client-1.0.2-sources.jar | 21 KB |
http-client-1.0.2-javadoc.jar | 243 KB |
Browse |
<!-- 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"]