License |
License |
---|---|
GroupId | GroupIdcom.google.api |
ArtifactId | ArtifactIdapi-common |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAPI Common
Common utilities for Google APIs in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
api-common-2.2.1.pom | |
api-common-2.2.1.jar | 47 KB |
api-common-2.2.1-sources.jar | 46 KB |
api-common-2.2.1-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.api/api-common/ -->
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.api/api-common/
implementation 'com.google.api:api-common:2.2.1'
// https://jarcasting.com/artifacts/com.google.api/api-common/
implementation ("com.google.api:api-common:2.2.1")
'com.google.api:api-common:jar:2.2.1'
<dependency org="com.google.api" name="api-common" rev="2.2.1">
<artifact name="api-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.api', module='api-common', version='2.2.1')
)
libraryDependencies += "com.google.api" % "api-common" % "2.2.1"
[com.google.api/api-common "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 31.1-jre |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
com.google.auto.value : auto-value-annotations | jar | 1.9 |