g

gax-httpjson

Google Api eXtensions for Java
https://github.com/googleapis/gax-java
BSD
GoogleAPIs
Files download
File Operation
gax-httpjson-0.77.1.jar download
gax-httpjson-0.77.1.pom download
gax-httpjson-0.77.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.api</groupId>
  <artifactId>gax-httpjson</artifactId>
  <version>0.77.1</version>
</dependency>
Gradle Groovy
implementation 'com.google.api:gax-httpjson:0.77.1'
Gradle Kotlin
implementation("com.google.api:gax-httpjson:0.77.1")
Scala SBT
libraryDependencies += "com.google.api" % "gax-httpjson" % "0.77.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.api', module='gax-httpjson', version='0.77.1')
)
Apache Ivy
<dependency org="com.google.api" name="gax-httpjson" rev="0.77.1" />
Leiningen
[com.google.api/gax-httpjson "0.77.1"]
Apache Buildr
'com.google.api:gax-httpjson:jar:0.77.1'