Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit 018d4d5

Browse files
authored
docs: update README with a better project description (#17)
1 parent 5f82559 commit 018d4d5

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

README.md

+5-22
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,13 @@
11
# Google Cloud Java Client -- Core
22

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.
46

57
[![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-core.svg)](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-core.svg)
68

79
- [API Documentation][api-docs]
810

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-
3011
## Java Versions
3112

3213
Java 7 or above is required for using this client.
@@ -58,6 +39,8 @@ Java Version | Status
5839
------------ | ------
5940
Java 7 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java7.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java7.html)
6041
Java 8 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8.html)
42+
Java 8 OSX | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8-osx.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8-osx.html)
43+
Java 8 Windows | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8-win.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java8-win.html)
6144
Java 11 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java11.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/java-core/java11.html)
6245

6346

0 commit comments

Comments
 (0)