| Package | Description |
|---|---|
| org.eclipse.aether.collection |
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
|
| org.eclipse.aether.graph |
The representation of a dependency graph by means of connected dependency nodes.
|
| org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
| Class | Description |
|---|---|
| Dependency |
A dependency to some artifact.
|
| DependencyCycle |
A cycle within a dependency graph, that is a sequence of dependencies d_1, d_2, ..., d_n where d_1 and d_n have the
same versionless coordinates.
|
| DependencyNode |
A node within a dependency graph.
|
| Exclusion |
An exclusion of one or more transitive dependencies.
|
| Class | Description |
|---|---|
| Dependency |
A dependency to some artifact.
|
| DependencyNode |
A node within a dependency graph.
|
| DependencyVisitor |
A visitor for nodes of the dependency graph.
|
| Exclusion |
An exclusion of one or more transitive dependencies.
|
| Class | Description |
|---|---|
| Dependency |
A dependency to some artifact.
|
| DependencyCycle |
A cycle within a dependency graph, that is a sequence of dependencies d_1, d_2, ..., d_n where d_1 and d_n have the
same versionless coordinates.
|
| DependencyFilter |
A filter to include/exclude dependency nodes during other operations.
|
| DependencyNode |
A node within a dependency graph.
|