Skip to content

Commit 17f8091

Browse files
committed
update README.md
1 parent 1180461 commit 17f8091

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Maven Dependency Helper
2+
### 安装
3+
- Settings -> Plugins -> Marketplace, 搜索"Maven Dependency Helper"
4+
- Settings -> Plugins -> Install plugin from disk
5+
### 快捷键
6+
Ctrl+Shift+D
7+
### 演示
8+
查询某一个依赖的版本信息
9+
![show1.gif](https://github.com/yiyingcanfeng/maven-dependency-helper/blob/master/show1.gif?raw=true)
10+
11+
通过搜索框搜索想要的依赖,默认只查询mvnrepository.com中第一页的结果
12+
![show2.gif](https://github.com/yiyingcanfeng/maven-dependency-helper/blob/master/show2.gif?raw=true)

resources/META-INF/plugin.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
<li>
2424
Support for copying version information or complete dependency information directly to the clipboard
2525
</li>
26+
<img src="https://github.com/yiyingcanfeng/maven-dependency-helper/blob/master/show1.gif?raw=true" alt="">
27+
<img src="https://github.com/yiyingcanfeng/maven-dependency-helper/blob/master/show2.gif?raw=true" alt="">
2628
</ul>
2729
]]></description>
2830

0 commit comments

Comments
 (0)