Package org.eclipse.aether.graph
The representation of a dependency graph by means of connected dependency nodes.
-
Interface Summary Interface Description 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.DependencyVisitor A visitor for nodes of the dependency graph. -
Class Summary Class Description DefaultDependencyNode A node within a dependency graph.Dependency A dependency to some artifact.Exclusion An exclusion of one or more transitive dependencies.