maven中dependency的属性(依赖)配置

groupId,artfactId,version,type,classifier,scope,systemPath,exclusions,optional 是 maven的9种依赖属性, 其中groupId,artfactId,version是三个基本的依赖坐标,不可缺少。 groupId------包名(一般为域名的反写)。 artfactId------项目名。 version-------
相关文章
相关标签/搜索