From 2e12a5787ce25e4b650fdce1194afdab0c60fff2 Mon Sep 17 00:00:00 2001 From: Alexey Temnikov Date: Tue, 9 Jul 2024 09:04:52 -0700 Subject: [PATCH] Update README.md Added notice - Maven is pending Signed-off-by: Alexey Temnikov --- java/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/README.md b/java/README.md index 42f98747d9..f5d88fb898 100644 --- a/java/README.md +++ b/java/README.md @@ -45,6 +45,9 @@ java -version ### Adding the client to your project +_Note: Publishing to Maven is pending; the examples below will be available once artifacts are published. You can also download artifacts from the [GitHub release](https://github.com/valkey-io/valkey-glide/releases/tag/v1.0.0) and add the jar file to the project._ + + Refer to https://central.sonatype.com/artifact/io.valkey/valkey-glide. Once set up, you can run the basic examples.