mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
docs: Updated maven coordinates for java sdk
This commit is contained in:
parent
064599c942
commit
7409f679f2
@ -13,7 +13,7 @@ First we must add Unleash Client SDK as a dependency to your project. Below is a
|
|||||||
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>no.finn.unleash</groupId>
|
<groupId>io.getunleash</groupId>
|
||||||
<artifactId>unleash-client-java</artifactId>
|
<artifactId>unleash-client-java</artifactId>
|
||||||
<version>Latest version here</version>
|
<version>Latest version here</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user