a

api-common

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