Groovy Documentation

org.gradle.api.artifacts
Interface ExcludeRule


interface ExcludeRule

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

author:
Hans Dockter


Field Summary
java.lang.String GROUP_KEY

java.lang.String MODULE_KEY

 
Method Summary
Map getExcludeArgs()

Returns the arguments of an exclude rule.

 

Field Detail

GROUP_KEY

java.lang.String GROUP_KEY


MODULE_KEY

java.lang.String MODULE_KEY


 
Method Detail

getExcludeArgs

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


 

Groovy Documentation