g

gax-httpjson

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