module

open fun module(dependencyNotation: CharSequence): ExternalModuleDependency(source)

Create an ExternalModuleDependency from the given notation.

Return

the new dependency

Parameters

dependencyNotation

dependency to add

See also

Valid dependency notation for this method


open fun module(@Nullable group: String, name: String, @Nullable version: String): ExternalModuleDependency(source)

Create an ExternalModuleDependency from a series of strings.

Return

the new dependency

Parameters

group

the group (optional)

name

the name

version

the version (optional)