| Class | Description |
|---|---|
| ArtifactProblem |
Problem in a Maven artifact in a dependency tree.
|
| Artifacts |
Common utilities for operating on
org.eclipse.aether.artifact.Artifact objects. |
| Bom | |
| DependencyGraph |
A representation of the complete non-cyclic transitive dependency tree of a Maven artifact.
|
| DependencyGraphBuilder |
Based on the Apache Maven Artifact
Resolver (formerly known as Eclipse Aether).
|
| DependencyGraphResult |
Result of dependency graph building with
UnresolvableArtifactProblems if any. |
| DependencyPath |
Path from the root to a node in a dependency tree, where a node is
Artifact with scope
and optional flag. |
| DependencyTreeFormatter |
Formats Maven artifact dependency tree.
|
| ExceptionAndPath |
Tuple of a path in a Maven dependency graph and a
RepositoryException, indicating that
the DependencyNode specified at the path raises the exception. |
| FilteringZipDependencySelector |
Excludes artifacts with
zip type. |
| InvalidClassFileProblem |
Problem describing a Maven artifact containing invalid class files.
|
| NonTestDependencySelector |
Selects dependencies except
test scope. |
| RepositoryUtility |
Aether initialization.
|
| UnresolvableArtifactProblem |
Problem describing unresolvable Maven artifact in a dependency tree.
|
| Update |
Holder for a suggested dependency update.
|
| VersionComparator |
Compare semantically by version.
|
| Exception | Description |
|---|---|
| MavenRepositoryException |
Error interacting with a remote or local Maven repository such as artifact not found.
|
Copyright © 2018–2020 Google LLC.. All rights reserved.