g

google-http-client

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.
文件下载
文件名 操作
google-http-client-1.41.4.jar 下载
google-http-client-1.41.4.pom 下载
google-http-client-1.41.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.http-client</groupId>
  <artifactId>google-http-client</artifactId>
  <version>1.41.4</version>
</dependency>
Gradle Groovy
implementation 'com.google.http-client:google-http-client:1.41.4'
Gradle Kotlin
implementation("com.google.http-client:google-http-client:1.41.4")
Scala SBT
libraryDependencies += "com.google.http-client" % "google-http-client" % "1.41.4"
Groovy Grape
@Grapes(
  @Grab(group='com.google.http-client', module='google-http-client', version='1.41.4')
)
Apache Ivy
<dependency org="com.google.http-client" name="google-http-client" rev="1.41.4" />
Leiningen
[com.google.http-client/google-http-client "1.41.4"]
Apache Buildr
'com.google.http-client:google-http-client:jar:1.41.4'