API Common for Java is a library for frequently used tools relating to Google APIs. It currently contains the following packages:
- core: Core library containing API stability annotations and wrappers around Guava types
- pathtemplate: Path Template library for manipulating strings that are formatted as Google API resource names.
- resourcenames: Resource Name library used by generated resource name types
Java 7 or above is required for using this library.
Contributions to this library are always welcome and highly encouraged.
See the CONTRIBUTING documentation for more information on how to get started.
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.
BSD - See LICENSE for more information.