pmakani / java-cloud-bom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Cloud Bill of Materials

The google-cloud-bom module is a pom that can be used to import consistent versions of google-cloud-java components plus its dependencies.

To use it in Maven, add the following to your POM:

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

Contributing

Contributions to this library are always welcome and highly encouraged.

See google-cloud's CONTRIBUTING documentation and the shared 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.

About

License:Apache License 2.0


Languages

Language:Java 47.0%Language:Shell 31.0%Language:FreeMarker 14.5%Language:CSS 4.1%Language:Python 2.0%Language:JavaScript 1.2%Language:Batchfile 0.1%