| Package | Description |
|---|---|
| com.google.cloud.tools.opensource.dependencies |
| Modifier and Type | Method and Description |
|---|---|
DependencyGraphResult |
DependencyGraphBuilder.getCompleteDependencies(org.eclipse.aether.artifact.Artifact artifact)
Finds the full compile time, transitive dependency graph including duplicates and conflicting
versions.
|
DependencyGraphResult |
DependencyGraphBuilder.getStaticLinkageCheckDependencyGraph(List<org.eclipse.aether.artifact.Artifact> artifacts)
Finds the full compile time, transitive dependency graph including duplicates, conflicting
versions, and dependencies with 'provided' scope.
|
DependencyGraphResult |
DependencyGraphBuilder.getTransitiveDependencies(org.eclipse.aether.artifact.Artifact artifact)
Finds the complete transitive dependency graph as seen by Maven.
|
Copyright © 2018–2020 Google LLC.. All rights reserved.