| ArtifactKey |
Uniquely defines an artifact by groupId, artifactId and version.
|
| DefaultDependencyGraphBuilder |
Default dependency graph builder that detects current Maven version to delegate to either Maven 3.0 or 3.1+ specific
code.
|
| DefaultDependencyNode |
Default implementation of a DependencyNode.
|
| DefaultDependencyNode.ItemAppender |
Utility class to concatenate a number of parameters with separator tokens.
|
| Invoker |
Invokes method on objects using reflection.
|
| Maven31DependencyGraphBuilder |
Wrapper around Eclipse Aether dependency resolver, used in Maven 3.1.
|