Uses of Class
org.apache.maven.api.model.Dependency.Builder
-
Uses of Dependency.Builder in org.apache.maven.api.model
Modifier and TypeMethodDescriptionDependency.Builder.artifactId
(String artifactId) Dependency.Builder.classifier
(String classifier) Dependency.Builder.exclusions
(Collection<Exclusion> exclusions) Dependency.Builder.location
(Object key, InputLocation location) static Dependency.Builder
Dependency.newBuilder()
Creates a newDependency
builder instance.static Dependency.Builder
Dependency.newBuilder
(boolean withDefaults) Creates a newDependency
builder instance using default values or not.static Dependency.Builder
Dependency.newBuilder
(Dependency from) Creates a newDependency
builder instance using the specified object as a basis.static Dependency.Builder
Dependency.newBuilder
(Dependency from, boolean forceCopy) Creates a newDependency
builder instance using the specified object as a basis.Dependency.Builder.systemPath
(String systemPath) Dependency.with()
Creates a new builder with this object as the basis.