类 FilterableDependency
java.lang.Object
org.springframework.boot.maven.FilterableDependency
A model for a dependency to include or exclude.
- 从以下版本开始:
- 3.1.11
- 作者:
- Stephane Nicoll, David Turanski
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
FilterableDependency
public FilterableDependency()
-
-
方法详细资料
-
set
Configures the include or exclude using a user-provided property in the formgroupId:artifactIdorgroupId:artifactId:classifier.- 参数:
property- the user-provided property
-