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