Interface DependencyResolver

All Known Implementing Classes:
MavenDependencyResolver

public interface DependencyResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.eclipse.aether.artifact.Artifact>
    resolveDependency(org.eclipse.aether.artifact.Artifact artifact)
     
  • Method Details

    • resolveDependency

      List<org.eclipse.aether.artifact.Artifact> resolveDependency(org.eclipse.aether.artifact.Artifact artifact) throws Exception
      Throws:
      Exception