Uses of Class
org.apache.maven.api.plugin.descriptor.Dependency
Packages that use Dependency
-
Uses of Dependency in org.apache.maven.api.plugin.descriptor
Methods in org.apache.maven.api.plugin.descriptor that return DependencyModifier and TypeMethodDescriptionDependency.Builder.build()
static Dependency
Dependency.newInstance()
Creates a newDependency
instance.static Dependency
Dependency.newInstance
(boolean withDefaults) Creates a newDependency
instance using default values or not.Dependency.withArtifactId
(String artifactId) Creates a newDependency
instance using the specified artifactId.Dependency.withGroupId
(String groupId) Creates a newDependency
instance using the specified groupId.Creates a newDependency
instance using the specified type.Dependency.withVersion
(String version) Creates a newDependency
instance using the specified version.Methods in org.apache.maven.api.plugin.descriptor with parameters of type DependencyModifier and TypeMethodDescriptionstatic 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.