Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.ifengxue |
ArtifactId | ArtifactIdhttp-client |
Version | Version1.6.1 |
Type | Typejar |
Filename | Size |
---|---|
http-client-1.6.1.pom | |
http-client-1.6.1.jar | 99 KB |
http-client-1.6.1-sources.jar | 77 KB |
http-client-1.6.1-javadoc.jar | 439 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ifengxue/http-client/ -->
<dependency>
<groupId>com.ifengxue</groupId>
<artifactId>http-client</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ifengxue/http-client/
implementation 'com.ifengxue:http-client:1.6.1'
// https://jarcasting.com/artifacts/com.ifengxue/http-client/
implementation ("com.ifengxue:http-client:1.6.1")
'com.ifengxue:http-client:jar:1.6.1'
<dependency org="com.ifengxue" name="http-client" rev="1.6.1">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ifengxue', module='http-client', version='1.6.1')
)
libraryDependencies += "com.ifengxue" % "http-client" % "1.6.1"
[com.ifengxue/http-client "1.6.1"]