| Package | Description |
|---|---|
| org.apache.maven.model.v3_0_0 |
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
ModelBase.getDependencies()
Method getDependencies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBase.addDependency(Dependency dependency)
Method addDependency.
|
void |
ModelBase.removeDependency(Dependency dependency)
Method removeDependency.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBase.setDependencies(List<Dependency> dependencies)
Set this element describes all of the dependencies
associated with a
project.
|
Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.