Package org.eclipse.aether.graph


package org.eclipse.aether.graph
The representation of a dependency graph by means of connected dependency nodes.
  • Class
    Description
    A node within a dependency graph.
    A dependency to some artifact.
    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.
    A filter to include/exclude dependency nodes during other operations.
    A node within a dependency graph.
    A visitor for nodes of the dependency graph.
    An exclusion of one or more transitive dependencies.