License |
License |
---|---|
Categories |
CategoriesCLI User Interface Google HTTP Client Net HTTP Clients |
GroupId | GroupIdcom.google.http-client |
ArtifactId | ArtifactIdgoogle-http-client-apache |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HTTP transport for the Google HTTP Client Library for Java.
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.google.http-client/google-http-client-apache/ -->
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-apache</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client-apache/
implementation 'com.google.http-client:google-http-client-apache:2.1.2'
// https://jarcasting.com/artifacts/com.google.http-client/google-http-client-apache/
implementation ("com.google.http-client:google-http-client-apache:2.1.2")
'com.google.http-client:google-http-client-apache:jar:2.1.2'
<dependency org="com.google.http-client" name="google-http-client-apache" rev="2.1.2">
<artifact name="google-http-client-apache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.http-client', module='google-http-client-apache', version='2.1.2')
)
libraryDependencies += "com.google.http-client" % "google-http-client-apache" % "2.1.2"
[com.google.http-client/google-http-client-apache "2.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.http-client : google-http-client | jar | 1.29.2 |
org.apache.httpcomponents : httpclient | jar | 4.5.5 |
Group / Artifact | Type | Version |
---|---|---|
com.google.http-client : google-http-client-test | jar | 1.29.2 |
junit : junit | jar | 4.12 |
com.google.guava : guava | jar | 26.0-android |
org.mockito : mockito-all | jar | 1.10.19 |