|
1 | 1 | # Google Cloud Java Client -- Core
|
2 | 2 |
|
3 |
| -This module provides common functionality required by service-specific modules of this library. |
| 3 | +A set of classes and utilities used in Google Cloud Java libraries. |
| 4 | + |
| 5 | +*Note*: This library is only meant to be consumed by other Google Libraries. |
4 | 6 |
|
5 | 7 | [](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-core.svg)
|
6 | 8 |
|
7 | 9 | - [API Documentation][api-docs]
|
8 | 10 |
|
9 |
| -## Quickstart |
10 |
| - |
11 |
| -[//]: # ({x-version-update-start:google-cloud-core:released}) |
12 |
| -If you are using Maven, add this to your pom.xml file |
13 |
| -```xml |
14 |
| -<dependency> |
15 |
| - <groupId>com.google.cloud</groupId> |
16 |
| - <artifactId>google-cloud-core</artifactId> |
17 |
| - <version>1.90.0</version> |
18 |
| -</dependency> |
19 |
| -``` |
20 |
| -If you are using Gradle, add this to your dependencies |
21 |
| -```Groovy |
22 |
| -compile 'com.google.cloud:google-cloud-core:1.90.0' |
23 |
| -``` |
24 |
| -If you are using SBT, add this to your dependencies |
25 |
| -```Scala |
26 |
| -libraryDependencies += "com.google.cloud" % "google-cloud-core" % "1.90.0" |
27 |
| -``` |
28 |
| -[//]: # ({x-version-update-end}) |
29 |
| - |
30 | 11 | ## Java Versions
|
31 | 12 |
|
32 | 13 | Java 7 or above is required for using this client.
|
@@ -58,6 +39,8 @@ Java Version | Status
|
58 | 39 | ------------ | ------
|
59 | 40 | Java 7 | [](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java7.html)
|
60 | 41 | Java 8 | [](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8.html)
|
| 42 | +Java 8 OSX | [](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8-osx.html) |
| 43 | +Java 8 Windows | [](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8-win.html) |
61 | 44 | Java 11 | [](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java11.html)
|
62 | 45 |
|
63 | 46 |
|
|
0 commit comments