ExcludeRule

interface ExcludeRule(source)

An ExcludeRule is used to describe transitive dependencies that should be excluded when resolving dependencies.

Properties

Link copied to clipboard
val GROUP_KEY: String = "group"
Link copied to clipboard
val MODULE_KEY: String = "module"

Functions

Link copied to clipboard
abstract fun getGroup(): String
The exact name of the organization or group that should be excluded.
Link copied to clipboard
abstract fun getModule(): String
The exact name of the module that should be excluded.