Class Dependency.Builder
java.lang.Object
org.apache.maven.api.plugin.descriptor.Dependency.Builder
- Enclosing class:
Dependency
Builder class used to create Dependency instances.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String
(package private) Dependency
(package private) String
(package private) String
(package private) String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Builder
(boolean withDefaults) protected
Builder
(Dependency base, boolean forceCopy) -
Method Summary
-
Field Details
-
base
Dependency base -
groupId
String groupId -
artifactId
String artifactId -
version
String version -
type
String type
-
-
Constructor Details
-
Builder
protected Builder(boolean withDefaults) -
Builder
-
-
Method Details
-
groupId
-
artifactId
-
version
-
type
-
build
-