maven中dependency的属性(依赖)配置
原文:https://blog.csdn.net/vvvzcs/article/details/81625547
groupId,artfactId,version,type,classifier,scope,systemPath,exclusions,optional 是 maven的9种依赖属性,
其中groupId,artfactId,version是三个基本的依赖坐标,不可缺少。
groupId------包名(一般为域名的反写)。
artfactId------项目名。
version-------版本。
————————————————