Skip to content

Maven

scope

依赖域:

  • optional: 可选的依赖,true就不会传递
  • provided: 是需要的依赖,但是具体由宿主提供,比如lombok这些工具,仅编译class使用
  • compile: 默认,编译和运行都需要

Released under the MIT License.