| Group ID: |
com.google.api |
| Artifact ID: |
api-common |
| Version: |
1.6.0 |
| Last modified: |
25.05.2018 20:18 |
| Packaging: |
jar |
| Name: |
API Common |
| Description: |
Common utilities for Google APIs in Java |
| URL: |
https://github.com/googleapis |
| License: |
BSD |
| Source: |
https://github.com/googleapis/api-common-java |
| Developers: |
GoogleAPIs |
|
|
| Size: |
45.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/google/api/api-common/1.6.0/api-common-1.6.0.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<version>1.6.0</version>
<name>API Common</name>
<description>Common utilities for Google APIs in Java</description>
<url>https://github.com/googleapis</url>
<licenses>
<license>
<name>BSD</name>
<url>https://github.com/googleapis/api-common-java/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>GoogleAPIs</id>
<name>GoogleAPIs</name>
<email>googleapis@googlegroups.com</email>
<url>https://github.com/googleapis</url>
<organization>org.apache.maven.model.Organization@110ca92d</organization>
<organizationUrl>https://www.google.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/googleapis/api-common-java.git</connection>
<url>https://github.com/googleapis/api-common-java</url>
</scm>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.27</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<version>1.6.0</version>
</dependency>
|
| Gradle: |
com.google.api:api-common:1.6.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|