a

api-common

Common utilities for Google APIs in Java
https://github.com/googleapis
BSD
GoogleAPIs
文件下载
文件名 操作
api-common-1.4.0.jar 下载
api-common-1.4.0.pom 下载
api-common-1.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.api</groupId>
  <artifactId>api-common</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.api:api-common:1.4.0'
Gradle Kotlin
implementation("com.google.api:api-common:1.4.0")
Scala SBT
libraryDependencies += "com.google.api" % "api-common" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.api', module='api-common', version='1.4.0')
)
Apache Ivy
<dependency org="com.google.api" name="api-common" rev="1.4.0" />
Leiningen
[com.google.api/api-common "1.4.0"]
Apache Buildr
'com.google.api:api-common:jar:1.4.0'