g

gax-httpjson

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