|
1 | 1 | # Google HTTP Client Library for Java
|
2 | 2 |
|
| 3 | +[![Maven][maven-version-image]][maven-version-link] |
| 4 | +![Stability][stability-image] |
| 5 | +[![CI Status][ci-status-image]][ci-status-link] |
| 6 | + |
3 | 7 | ## Description
|
4 | 8 | Written by Google, the Google HTTP Client Library for Java is a flexible, efficient, and powerful
|
5 | 9 | Java library for accessing any resource on the web via HTTP. The library has the following
|
@@ -46,15 +50,12 @@ might result, and you are not guaranteed a compilation error.
|
46 | 50 | - [Release Notes](https://github.com/googleapis/google-http-java-client/releases)
|
47 | 51 | - [Support (Questions, Bugs)](https://developers.google.com/api-client-library/java/google-http-java-client/support)
|
48 | 52 |
|
49 |
| -## CI Status |
50 |
| - |
51 |
| -Java Version | Status |
52 |
| ------------- | ------ |
53 |
| -Java 7 | [](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.html) |
54 |
| -Java 8 | [](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.html) |
55 |
| -Java 11 | [](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java11.html) |
56 |
| - |
57 |
| - |
58 | 53 | [google-oauth-client]: https://github.com/googleapis/google-oauth-java-client
|
59 | 54 | [google-api-client]: https://github.com/googleapis/google-api-java-client
|
60 | 55 | [contributions]: CONTRIBUTING.md
|
| 56 | + |
| 57 | +[ci-status-image]: https://github.com/googleapis/google-http-java-client/actions/workflows/ci.yaml/badge.svg?event=push |
| 58 | +[ci-status-link]: https://github.com/googleapis/google-http-java-client/actions?query=event%3Apush |
| 59 | +[maven-version-image]: https://img.shields.io/maven-central/v/com.google.http-client/google-http-client.svg |
| 60 | +[maven-version-link]: https://search.maven.org/search?q=g:com.google.http-client%20AND%20a:google-http-client&core=gav |
| 61 | +[stability-image]: https://img.shields.io/badge/stability-ga-green |
0 commit comments