Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (42 loc) · 2.24 KB

README.md

File metadata and controls

57 lines (42 loc) · 2.24 KB

Google Cloud Shared Dependencies

Shared Maven dependencies for Google Cloud Java client libraries.

This artifact is intended for Google-internal use, not for library users.

🚌 In January 2023, this library has moved to sdk-platform-java/java-shared-dependencies. This repository will be archived in the future. Future releases will appear in the new repository (https://github.com/googleapis/sdk-platform-java/releases). The Maven artifact coordinates (such as com.google.cloud:google-cloud-shared-dependencies) remain the same.

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.2.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.