public interface ExcludeRule
ExcludeRule is used to describe transitive dependencies that should be excluded when resolving
dependencies.| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
GROUP_KEY |
static String |
MODULE_KEY |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getGroup()
The exact name of the organization or group that should be excluded.
|
String |
getModule()
The exact name of the module that should be excluded.
|