org.gradle.api.artifacts.result
[Java] Interface ResolvedDependencyResult
org.gradle.api.artifacts.result.DependencyResult
org.gradle.api.artifacts.result.ResolvedDependencyResult
- All Superinterfaces:
- DependencyResult
@Incubating
public interface ResolvedDependencyResult
extends DependencyResult
A dependency that was resolved successfully.
getSelected
public ResolvedModuleVersionResult getSelected()
- Returns the selected module version. This may not necessarily be the same as the requested module version. For example, a dynamic version
may have been requested, or the version may have been substituted due to conflict resolution, or by being forced, or for some other reason.
Gradle API 1.5-rc-3