Uses of Class
org.codehaus.mojo.versions.utils.DependencyBuilder
Packages that use DependencyBuilder
-
Uses of DependencyBuilder in org.codehaus.mojo.versions.utils
Methods in org.codehaus.mojo.versions.utils that return DependencyBuilderModifier and TypeMethodDescriptionstatic DependencyBuilderDependencyBuilder.newBuilder()Creates a new instance of the builderDependencyBuilder.withArtifactId(String artifactId) Passes artifactId to the builderDependencyBuilder.withClassifier(String classifier) Passes classifier to the builderDependencyBuilder.withGroupId(String groupId) Passes groupId to the builderDependencyBuilder.withOptional(boolean optional) Passes optional to the builder as booleanDependencyBuilder.withOptional(String optional) Passes optional to the builder as StringPasses scope to the builderPasses type to the builderDependencyBuilder.withVersion(String version) Passes version to the builder