dapengzhang0 / java-shared-config

Shared Maven build configuration for Google Cloud Java client libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Cloud Shared Build Configs

Shared Maven build configuration for Google Cloud Java client libraries.

Maven

Quickstart

If you are using Maven, use this artifact as your project's parent.

<project>
  <parent>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-shared-config</artifactId>
    <version>0.9.2</version>
  </parent>
</project>

Versioning

This library follows Semantic Versioning.

It is currently in major version zero (0.y.z), which means that anything may change at any time and the public API should not be considered stable.

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.

About

Shared Maven build configuration for Google Cloud Java client libraries.

License:Apache License 2.0


Languages

Language:Shell 96.1%Language:Python 3.5%Language:Batchfile 0.4%