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