From 8797a2424bdc294e6936e49c52e5f31abd4ed002 Mon Sep 17 00:00:00 2001 From: tison Date: Sat, 27 May 2023 14:39:43 +0800 Subject: [PATCH] docs(bindings/java): update the README file (#2338) Signed-off-by: tison --- bindings/java/README.md | 55 +++++++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 24 deletions(-) diff --git a/bindings/java/README.md b/bindings/java/README.md index a877a901be19..320b1994bbd1 100644 --- a/bindings/java/README.md +++ b/bindings/java/README.md @@ -5,24 +5,37 @@ You can use the package by adding the dependency as following: ```xml - - - org.apache.opendal - opendal-java - 0.1.0-SNAPSHOT - ${os.detected.classifier} - - - - - - - kr.motd.maven - os-maven-plugin - 1.7.0 - - - + + + + apache.snapshots + Apache Snapshot Repository + https://repository.apache.org/snapshots + + true + + + + + + + org.apache.opendal + opendal-java + 0.1.0-SNAPSHOT + ${os.detected.classifier} + + + + + + + kr.motd.maven + os-maven-plugin + 1.7.0 + + + + ``` ## Build @@ -44,9 +57,3 @@ You can run tests with the following command: ```shell mvn clean verify ``` - -## Todos - -- [ ] ReadMe for usage -- [ ] Development/Contribution guide. -- [ ] Cross-platform build for release build.