Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![maven](https://github.com/spotify/github-client/workflows/maven/badge.svg)
![release pipeline](https://github.com/spotify/github-java-client/actions/workflows/release.yml/badge.svg)
[![codecov](https://codecov.io/gh/spotify/github-java-client/branch/master/graph/badge.svg?token=ADHNCIESSL)](https://codecov.io/gh/spotify/github-java-client)[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![lifecycle: beta](https://img.shields.io/badge/lifecycle-beta-509bf5.svg)
![Maven Central](https://img.shields.io/maven-central/v/com.spotify/github-client)
[![Maven Central](https://img.shields.io/maven-central/v/com.spotify/github-client)](https://mvnrepository.com/artifact/com.spotify/github-client)


# github-java-client
Expand All @@ -17,6 +17,8 @@ review, please tag this team in the relevant PR/issue.

## Getting Started

You can find this library in [maven central repository](https://mvnrepository.com/artifact/com.spotify/github-client).

Include the latest version of github-client into your project:

In Maven:
Expand Down