Groovy Documentation

org.gradle.api.artifacts
[Java] Interface ExcludeRule


public interface ExcludeRule

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

Authors:
Hans Dockter


Field Summary
java.lang.String GROUP_KEY

java.lang.String MODULE_KEY

 
Method Summary
java.util.Map getExcludeArgs()

Returns the arguments of an exclude rule.

 

Field Detail

GROUP_KEY

public java.lang.String GROUP_KEY


MODULE_KEY

public java.lang.String MODULE_KEY


 
Method Detail

getExcludeArgs

public java.util.Map getExcludeArgs()
Returns the arguments of an exclude rule. The possible keys for the map are:


 

Groovy Documentation