g

gax-httpjson

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