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-2.2.2.jar download
api-common-2.2.2.pom download
api-common-2.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.api</groupId>
  <artifactId>api-common</artifactId>
  <version>2.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.google.api:api-common:2.2.2'
Gradle Kotlin
implementation("com.google.api:api-common:2.2.2")
Scala SBT
libraryDependencies += "com.google.api" % "api-common" % "2.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.api', module='api-common', version='2.2.2')
)
Apache Ivy
<dependency org="com.google.api" name="api-common" rev="2.2.2" />
Leiningen
[com.google.api/api-common "2.2.2"]
Apache Buildr
'com.google.api:api-common:jar:2.2.2'