Interface DependencyArtifact


public interface DependencyArtifact
  • Method Details

    • getDirectDependencies

      Set<org.gradle.api.artifacts.ResolvedArtifact> getDirectDependencies(org.gradle.api.Project project)
      Returns:
      the direct dependencies of this artifact
    • getRepresentedDependencies

      Iterable<org.gradle.api.artifacts.ResolvedDependency> getRepresentedDependencies()
      Returns:
      the resolved dependencies the artifact represents (no transitive dependencies)