Groovy Documentation

org.standardout.gradle.plugin.platform.internal
[Java] Interface DependencyArtifact


public interface DependencyArtifact

Method Summary
java.util.Set getDirectDependencies(org.gradle.api.Project project)

@return the direct dependencies of this artifact

 

Method Detail

getDirectDependencies

public java.util.Set getDirectDependencies(org.gradle.api.Project project)
Returns:
the direct dependencies of this artifact


 

Groovy Documentation