diff --git a/java/README.md b/java/README.md
index 48dbc0ec91..b67a97c3ea 100644
--- a/java/README.md
+++ b/java/README.md
@@ -92,7 +92,7 @@ dependencies {
```
Maven:
-- **IMPORTANT** must include a `classifier`. Please use this dependency block and add it to the pom.xml file.
+- **IMPORTANT** must include a `classifier`. Please use this dependency block, or both the dependency and the extension blocks if you're using `os-maven-plugin`, and add it to the pom.xml file.
```xml
@@ -118,6 +118,24 @@ Maven:
linux-x86_64
[1.0.0,2.0.0)
+
+
+
+
+
+ kr.motd.maven
+ os-maven-plugin
+
+
+
+
+
+ io.valkey
+ valkey-glide
+ ${os.detected.classifier}
+ [1.0.0,2.0.0)
+
+
```
SBT: