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:
commit
21544a9258
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user