License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdorg.expath.http.client |
ArtifactId | ArtifactIdhttp-client-java |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEXPath HTTP Client Java Library
Java Library implementing the core HTTP Client module features
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
http-client-java-1.4.1.pom | |
http-client-java-1.4.1.jar | 69 KB |
http-client-java-1.4.1-sources.jar | 61 KB |
http-client-java-1.4.1-javadoc.jar | 196 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.expath.http.client/http-client-java/ -->
<dependency>
<groupId>org.expath.http.client</groupId>
<artifactId>http-client-java</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.expath.http.client/http-client-java/
implementation 'org.expath.http.client:http-client-java:1.4.1'
// https://jarcasting.com/artifacts/org.expath.http.client/http-client-java/
implementation ("org.expath.http.client:http-client-java:1.4.1")
'org.expath.http.client:http-client-java:jar:1.4.1'
<dependency org="org.expath.http.client" name="http-client-java" rev="1.4.1">
<artifact name="http-client-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.expath.http.client', module='http-client-java', version='1.4.1')
)
libraryDependencies += "org.expath.http.client" % "http-client-java" % "1.4.1"
[org.expath.http.client/http-client-java "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.expath.tools : tools-java | jar | 0.7.0 |
org.apache.httpcomponents : httpcore | jar | 4.4.14 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.ccil.cowan.tagsoup : tagsoup | jar | 1.2.1 |
org.apache.james : apache-mime4j-core | jar | 0.8.3 |
org.slf4j : slf4j-api | jar | 1.7.30 |
net.jcip : jcip-annotations | jar | 1.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |