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
+1 -1
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>