Class DependencyUtils


  • public class DependencyUtils
    extends Object
    • Constructor Detail

      • DependencyUtils

        public DependencyUtils()
    • Method Detail

      • getKey

        public static ArtifactKey getKey​(org.eclipse.aether.artifact.Artifact artifact)
      • getCoords

        public static ArtifactCoords getCoords​(org.eclipse.aether.artifact.Artifact artifact)
      • mergeDeps

        public static List<org.eclipse.aether.graph.Dependency> mergeDeps​(List<org.eclipse.aether.graph.Dependency> dominant,
                                                                          List<org.eclipse.aether.graph.Dependency> recessive,
                                                                          Map<ArtifactKey,​String> managedVersions,
                                                                          Set<String> excludedScopes)
      • toArtifact

        public static org.eclipse.aether.artifact.Artifact toArtifact​(String str)
      • printTree

        public static void printTree​(org.eclipse.aether.graph.DependencyNode node)
      • printTree

        public static void printTree​(org.eclipse.aether.graph.DependencyNode node,
                                     PrintWriter out)