g

google-http-client-protobuf

Files download
File Operation
google-http-client-protobuf-1.22.0.jar download
google-http-client-protobuf-1.22.0.pom download
google-http-client-protobuf-1.22.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.http-client</groupId>
  <artifactId>google-http-client-protobuf</artifactId>
  <version>1.22.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.http-client:google-http-client-protobuf:1.22.0'
Gradle Kotlin
implementation("com.google.http-client:google-http-client-protobuf:1.22.0")
Scala SBT
libraryDependencies += "com.google.http-client" % "google-http-client-protobuf" % "1.22.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.http-client', module='google-http-client-protobuf', version='1.22.0')
)
Apache Ivy
<dependency org="com.google.http-client" name="google-http-client-protobuf" rev="1.22.0" />
Leiningen
[com.google.http-client/google-http-client-protobuf "1.22.0"]
Apache Buildr
'com.google.http-client:google-http-client-protobuf:jar:1.22.0'