Skip to content

Files

Latest commit

a21b477 · Apr 28, 2025

History

History

google-http-client-bom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 25, 2021
Apr 28, 2025

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.