Skip to content

Commit

Permalink
Merge pull request #250 from inloco/update-readme
Browse files Browse the repository at this point in the history
Remove references to Maven Central in README
  • Loading branch information
edenalsant authored Oct 17, 2024
2 parents 81bb71c + a5b8102 commit cd5ccf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Incognia API Java Client
![test workflow](https://github.com/inloco/incognia-api-java/actions/workflows/test.yaml/badge.svg)
![maven central](https://img.shields.io/maven-central/v/com.incognia/incognia-api-client)

Java lightweight client library for [Incognia APIs](https://dash.incognia.com/api-reference).

## Installation

Incognia API Java Client is available on Maven Central. We provide 2 artifact ids: `incognia-api-client` and `incognia-api-client-shaded`.
Incognia API Java Client is available on Incognia's Maven Repository. We provide 2 artifact ids: `incognia-api-client` and `incognia-api-client-shaded`.
`incognia-api-client-shaded` includes all of our dependencies shaded into a single jar, so you don't need to worry about dependency conflicts.

### Maven
Expand Down

0 comments on commit cd5ccf4

Please sign in to comment.