有时人们会说是maven GAV,或者是GAV,或者是maven存储库中的GAV工件。在maven上下文中,GAV的含义是什么?
发布于 2022-04-11 22:51:19
存储库使用一组坐标来存储工件: groupId、artifactId、版本和打包。GAV坐标标准是Maven管理依赖关系的能力的基础。这组坐标通常被称为GAV坐标,它是“组、伪、版本坐标”的缩写。
https://dzone.com/refcardz/getting-started-repository#:~:text=The%20GAV%20coordinate%20standard%20is,%2C%20Artifact%2C%20Version%20coordinate.%E2%80%9D
https://stackoverflow.com/questions/71835160
相似问题