1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Merge pull request #1102 from Unleash/docs/mavenGav

docs: Updated maven coordinates for java sdk
This commit is contained in:
Thomas Heartman 2021-11-12 08:42:05 +01:00 committed by GitHub
commit 21544a9258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ First we must add Unleash Client SDK as a dependency to your project. Below is a
```xml
<dependency>
<groupId>no.finn.unleash</groupId>
<groupId>io.getunleash</groupId>
<artifactId>unleash-client-java</artifactId>
<version>Latest version here</version>
</dependency>