be more explicit in the README regarding Maven coordinates and direct download

To help users with less development experience, provide a concrete version in the Maven dependecy snippet (which is unlikely to change anyway...) and provide a direct donwload link to the Jar in Maven Central, to help drop-in fixing.
diff --git a/struts2-secure-jakarta-multipart-parser-plugin/README.md b/struts2-secure-jakarta-multipart-parser-plugin/README.md
index caea826..5a14278 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-multipart-parser-plugin/README.md
@@ -24,10 +24,12 @@
 <dependency>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts2-secure-jakarta-multipart-parser-plugin</artifactId>
-    <version>[VERSION]</version>            
+    <version>1.0</version>            
 </dependency>
 ```
 
+If you are not building with Maven or you simply need the Jar to drop it into an existing Struts 2 based application deployment, you can [download it directly from Maven Central](http://search.maven.org/remotecontent?filepath=org/apache/struts/struts2-secure-jakarta-multipart-parser-plugin/1.0/struts2-secure-jakarta-multipart-parser-plugin-1.0.jar).
+
 ## Remarks
 
 Please be aware that this is just a temporary solution, you should consider migration to the latest version anyway.
diff --git a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
index b6eabca..3e52efd 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
@@ -24,10 +24,12 @@
 <dependency>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts2-secure-jakarta-stream-multipart-parser-plugin</artifactId>
-    <version>[VERSION]</version>            
+    <version>1.0</version>            
 </dependency>
 ```
 
+If you are not building with Maven or you simply need the Jar to drop it into an existing Struts 2 based application deployment, you can [download it directly from Maven Central](http://search.maven.org/remotecontent?filepath=org/apache/struts/struts2-secure-jakarta-stream-multipart-parser-plugin/1.0/struts2-secure-jakarta-stream-multipart-parser-plugin-1.0.jar).
+
 ## Remarks
 
 Please be aware that this is just a temporary solution, you should consider migration to the latest version anyway.