Uses of Package
org.eclipse.aether.graph
Packages that use org.eclipse.aether.graph
Package
Description
The primary API of the
RepositorySystem
and its functionality.The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
The representation of a dependency graph by means of connected dependency nodes.
The types supporting the resolution of artifacts and metadata from repositories.
-
Classes in org.eclipse.aether.graph used by org.eclipse.aetherClassDescriptionA filter to include/exclude dependency nodes during other operations.A node within a dependency graph.
-
Classes in org.eclipse.aether.graph used by org.eclipse.aether.collectionClassDescriptionA 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 node within a dependency graph.An exclusion of one or more transitive dependencies.
-
Classes in org.eclipse.aether.graph used by org.eclipse.aether.graphClassDescriptionA dependency to some artifact.A node within a dependency graph.A visitor for nodes of the dependency graph.An exclusion of one or more transitive dependencies.
-
Classes in org.eclipse.aether.graph used by org.eclipse.aether.resolutionClassDescriptionA 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.