g

gax-httpjson

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