Uses of Class
org.apache.maven.api.model.Dependency.Builder
-
Uses of Dependency.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return Dependency.BuilderModifier 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.BuilderDependency.newBuilder()Creates a newDependencybuilder instance.static Dependency.BuilderDependency.newBuilder(boolean withDefaults) Creates a newDependencybuilder instance using default values or not.static Dependency.BuilderDependency.newBuilder(Dependency from) Creates a newDependencybuilder instance using the specified object as a basis.static Dependency.BuilderDependency.newBuilder(Dependency from, boolean forceCopy) Creates a newDependencybuilder 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.