[go: nahoru, domu]

Skip to content

Latest commit

 

History

History

google-api-client-bom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Google API Client Library Bill of Materials

The google-api-client-bom module is a pom that can be used to import consistent versions of google-api-client components.

To use it in Maven, add the following to your pom.xml:

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.api-client</groupId>
      <artifactId>google-api-client-bom</artifactId>
      <version>1.30.3</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

License

Apache 2.0 - See LICENSE for more information.