diff --git a/README.md b/README.md index ec8065e7..c15ff24d 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ valkey-java is [Valkey](https://github.com/valkey-io/valkey)'s Java client, deri # Getting started -Add the following dependencies to your `pom.xml` file: +Add the following dependencies to your `pom.xml` file, you can find the latest version of valkey-java at [Maven Central](https://central.sonatype.com/artifact/io.valkey/valkey-java). ``` io.valkey valkey-java - 5.3.0(coming soon) + 5.3.0 ```