Skip to content

Commit

Permalink
Doc: update maven address at README
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbodong22011 committed Aug 8, 2024
1 parent 7c7358c commit 0182389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
```
<dependency>
<groupId>io.valkey</groupId>
<artifactId>valkey-java</artifactId>
<version>5.3.0(coming soon)</version>
<version>5.3.0</version>
</dependency>
```

Expand Down

0 comments on commit 0182389

Please sign in to comment.