diff --git a/README.md b/README.md index 7337180..8cd437c 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,19 @@ * Desc: A common utils jar for using redis elasticsearch Rest even and file. ## Download -[CommonUtil-1.0.jar]() -[CommonUtil-1.0-javadoc.jar]() -[CommonUtil-1.0-sources.jar]() +[CommonUtil-1.0.jar](https://github.com/carolcoral/CommonUtil/releases/download/1.0/CommonUtil-1.0.jar) + +[CommonUtil-1.0-javadoc.jar](https://github.com/carolcoral/CommonUtil/releases/download/1.0/CommonUtil-1.0-javadoc.jar) + +[CommonUtil-1.0-sources.jar](https://github.com/carolcoral/CommonUtil/releases/download/1.0/CommonUtil-1.0-sources.jar) ## How to use ### Import it in your pom - #### Import jar into your maven ```shell mvn install:install-file -Dfile= -DgroupId=site.cnkj -DartifactId=CommonUtil -Dversion=1.0 -Dpackaging=jar ``` -> Be care for: is your local jar of full path. +> Note: is your local jar of full path. > For example: ```shell