Groovy Documentation

org.gradle.api.artifacts.result
[Java] Interface ResolvedModuleVersionResult


@Incubating
public interface ResolvedModuleVersionResult

Resolved module version result is a node in the resolved dependency graph. Contains the identifier of the module and the dependencies.


Method Summary
Set getDependencies()

The dependencies of the resolved module.

ModuleVersionIdentifier getId()

The identifier of the resolved module.

 

Method Detail

getDependencies

public Set getDependencies()
The dependencies of the resolved module. See ResolvedDependencyResult
Returns:
dependencies


getId

public ModuleVersionIdentifier getId()
The identifier of the resolved module.
Returns:
identifier


 

Gradle API 1.2-rc-1