Package groovy.lang

Annotation Type GrabExclude


Used to exclude an indirectly referenced artifact from the classpath.

Further information about customising grape behavior can be found on the Grape documentation page: http://groovy.codehaus.org/Grape.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The module or artifact, e.g.: "ant-junit"
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The organisation or group, e.g.: "org.apache.ant"
    Allows a more compact convenience format in one of two formats, e.g.: "org.apache.ant:ant-junit" or "org.apache.ant#ant-junit".
  • Element Details

    • group

      String group
      The organisation or group, e.g.: "org.apache.ant"
      Default:
      ""
    • module

      String module
      The module or artifact, e.g.: "ant-junit"
    • value

      String value
      Allows a more compact convenience format in one of two formats, e.g.: "org.apache.ant:ant-junit" or "org.apache.ant#ant-junit".
      Default:
      ""