api / org.gradle.api.artifacts / ExcludeRule

ExcludeRule

interface ExcludeRule

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

Properties

GROUP_KEY

static val GROUP_KEY: String

MODULE_KEY

static val MODULE_KEY: String

Functions

getGroup

abstract fun getGroup(): String

The exact name of the organization or group that should be excluded.

getModule

abstract fun getModule(): String

The exact name of the module that should be excluded.