getFirstLevelModuleDependencies

Returns the ResolvedDependency instances for each direct dependency of the configuration. Via those you have access to all ResolvedDependency instances, including the transitive dependencies of the configuration.

Return

A ResolvedDependency instance for each direct dependency.

Throws

when the resolve was not successful.


Deprecated

Returns the ResolvedDependency instances for each direct dependency of the configuration that matches the given spec. Via those you have access to all ResolvedDependency instances, including the transitive dependencies of the configuration.

Return

A ResolvedDependency instance for each direct dependency.

Deprecated

Use getFirstLevelModuleDependencies.

Parameters

dependencySpec

A filter for the dependencies to be resolved.

Throws

when the resolve was not successful.