| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
API Common for Java is a library for foundational types relating to Google APIs. It currently contains the following packages:
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, but with some additional qualifications:
This library is currently in major version one (1.y.z), which means that any public API not specifically marked as @BetaApi or @InternalApi can be considered stable. They will not change without incrementing the major version to 2.x or later, and probably not then.
BSD - See LICENSE for more information.
To build this library, please do the following.
./gradlew buildAfter making changes, run the following commands to format your code and test your changes.
./gradlew googleJavaFormat
./gradlew test| Back | FazBrowse Home | New Git URL |