License |
License
Copyright 2006 Sun Microsystems, Inc
|
---|---|
GroupId | GroupIdio.github.etuzon |
ArtifactId | ArtifactIdjava.http |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionJava HTTP Client
HTTP/HTTPS client which support sync and async requests
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java.http-1.0.2.pom | |
java.http-1.0.2.jar | 32 KB |
java.http-1.0.2-sources.jar | 16 KB |
java.http-1.0.2-javadoc.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.etuzon/java.http/ -->
<dependency>
<groupId>io.github.etuzon</groupId>
<artifactId>java.http</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.etuzon/java.http/
implementation 'io.github.etuzon:java.http:1.0.2'
// https://jarcasting.com/artifacts/io.github.etuzon/java.http/
implementation ("io.github.etuzon:java.http:1.0.2")
'io.github.etuzon:java.http:jar:1.0.2'
<dependency org="io.github.etuzon" name="java.http" rev="1.0.2">
<artifact name="java.http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.etuzon', module='java.http', version='1.0.2')
)
libraryDependencies += "io.github.etuzon" % "java.http" % "1.0.2"
[io.github.etuzon/java.http "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.github.etuzon : java.projects.core | jar | 1.0.13 |
org.apache.httpcomponents.client5 : httpclient5 | jar | 5.0-beta4 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.8 |
io.github.etuzon : java.tests.core | jar | 1.0.8 |