ModuleDependencySpecBuilder

Functions

Link copied to clipboard
abstract fun build(): DependencySpec
Link copied to clipboard
abstract fun group(name: String): ModuleDependencySpecBuilder
Narrows this dependency specification down to a specific group.
Link copied to clipboard
abstract fun module(name: String): ModuleDependencySpecBuilder
Narrows this dependency specification down to a specific module.
Link copied to clipboard
abstract fun version(range: String): ModuleDependencySpecBuilder
Narrows this dependency specification down to a specific version range.