tree: d089cf2d99beaa0d303ce070290b25358fe142fb [path history] [tgz]
  1. dependency-convergence-check/
  2. first-party-dependencies/
  3. third-party-dependencies/
  4. upper-bound-check/
  5. CHANGELOG.md
  6. pom.xml
  7. README.md
  8. synth.metadata
java-shared-dependencies/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.5.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.