Skip to content

Files

Latest commit

Aug 19, 2025
7be64f0 · Aug 19, 2025

History

History

java-shared-dependencies

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 3, 2025
Aug 19, 2025
Aug 19, 2025
Aug 19, 2025
Jun 18, 2025
Aug 19, 2025
Jan 20, 2023
Aug 19, 2025
Aug 19, 2025
Oct 15, 2021

README.md

Google Cloud Shared Dependencies

Shared Maven dependencies for Google Cloud Java client libraries.

Maven

Quickstart

If you are using Maven, add this to the dependencyManagement section.

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.cloud</groupId>
      <artifactId>google-cloud-shared-dependencies</artifactId>
      <version>3.52.0</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

Versioning

This library follows Semantic Versioning.

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING.md documentation for more information on how to get started.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Code of Conduct for more information.

License

Apache 2.0 - See LICENSE for more information.