From 52110acd3af052b681c17ddc4ff2619f287565d9 Mon Sep 17 00:00:00 2001 From: Carol <947752894@qq.com> Date: Thu, 21 Nov 2019 16:24:32 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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