License |
License |
---|---|
GroupId | GroupIdcom.cnscud.xpower |
ArtifactId | ArtifactIdxpower-http |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptionxpower-http
powerful http client based on apache http client 4
|
Filename | Size |
---|---|
xpower-http-1.0.3.pom | |
xpower-http-1.0.3.jar | 20 KB |
xpower-http-1.0.3-sources.jar | 14 KB |
xpower-http-1.0.3-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cnscud.xpower/xpower-http/ -->
<dependency>
<groupId>com.cnscud.xpower</groupId>
<artifactId>xpower-http</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.cnscud.xpower/xpower-http/
implementation 'com.cnscud.xpower:xpower-http:1.0.3'
// https://jarcasting.com/artifacts/com.cnscud.xpower/xpower-http/
implementation ("com.cnscud.xpower:xpower-http:1.0.3")
'com.cnscud.xpower:xpower-http:jar:1.0.3'
<dependency org="com.cnscud.xpower" name="xpower-http" rev="1.0.3">
<artifact name="xpower-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cnscud.xpower', module='xpower-http', version='1.0.3')
)
libraryDependencies += "com.cnscud.xpower" % "xpower-http" % "1.0.3"
[com.cnscud.xpower/xpower-http "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
org.apache.httpcomponents : httpcore | jar | 4.4.4 |