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