| Package | Description |
|---|---|
| org.codehaus.mojo.versions.utils |
| Modifier and Type | Method and Description |
|---|---|
static DependencyBuilder |
DependencyBuilder.newBuilder()
Creates a new instance of the builder
|
DependencyBuilder |
DependencyBuilder.withArtifactId(String artifactId)
Passes artifactId to the builder
|
DependencyBuilder |
DependencyBuilder.withClassifier(String classifier)
Passes classifier to the builder
|
DependencyBuilder |
DependencyBuilder.withGroupId(String groupId)
Passes groupId to the builder
|
DependencyBuilder |
DependencyBuilder.withOptional(boolean optional)
Passes optional to the builder as boolean
|
DependencyBuilder |
DependencyBuilder.withOptional(String optional)
Passes optional to the builder as String
|
DependencyBuilder |
DependencyBuilder.withScope(String scope)
Passes scope to the builder
|
DependencyBuilder |
DependencyBuilder.withType(String type)
Passes type to the builder
|
DependencyBuilder |
DependencyBuilder.withVersion(String version)
Passes version to the builder
|
Copyright © 2008–2022 MojoHaus. All rights reserved.