Maven 中使用 scope 来指定当前包的依赖范围和依赖的传递性。常见的可选值有:compile, provided, runtime, test, system 等。 scope 主要是用在 ...
確定! 回上一頁