License |
License |
---|---|
Categories |
CategoriesCLI User Interface Google HTTP Client Net HTTP Clients |
GroupId | GroupIdcom.google.http-client |
ArtifactId | ArtifactIdgoogle-http-client |
Last Version | Last Version1.42.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle HTTP Client Library for Java
Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
including Java 7 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
google-http-client-1.42.0.pom | |
google-http-client-1.42.0.jar | 202 KB |
google-http-client-1.42.0-sources.jar | 193 KB |
google-http-client-1.42.0-javadoc.jar | 769 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.http-client/google-http-client/ -->
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.42.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client/
implementation 'com.google.http-client:google-http-client:1.42.0'
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client/
implementation ("com.google.http-client:google-http-client:1.42.0")
'com.google.http-client:google-http-client:jar:1.42.0'
<dependency org="com.google.http-client" name="google-http-client" rev="1.42.0">
<artifact name="google-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.http-client', module='google-http-client', version='1.42.0')
)
libraryDependencies += "com.google.http-client" % "google-http-client" % "1.42.0"
[com.google.http-client/google-http-client "1.42.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.httpcomponents : httpcore | jar | 4.4.15 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
com.google.guava : guava | jar | 30.1.1-android |
com.google.j2objc : j2objc-annotations | jar | 1.3 |
io.opencensus : opencensus-api | jar | 0.31.1 |
io.opencensus : opencensus-contrib-http-util | jar | 0.31.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava-testlib | jar | 30.1.1-android |
junit : junit | jar | 4.13.2 |
com.google.truth : truth | jar | 1.1.3 |
io.opencensus : opencensus-impl | jar | 0.31.1 |
io.opencensus : opencensus-testing | jar | 0.31.1 |