Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 820 Bytes

File metadata and controls

28 lines (22 loc) · 820 Bytes

Google HTTP Client Library Bill of Materials

The google-http-client-bom modules is a pom that can be used to import consistent versions of google-http-client components plus its dependencies.

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

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

License

Apache 2.0 - See LICENSE for more information.