1
0
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:
Christopher Kolstad 2021-11-12 08:34:00 +01:00
parent 064599c942
commit 7409f679f2
No known key found for this signature in database
GPG Key ID: 559ACB0E3DB5538A

View File

@ -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>