Package groovy.lang

Annotation Type GrabExclude

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String group
      The organisation or group, e.g.: "org.apache.ant"; required unless the compact form is used.
      String module
      The module or artifact, e.g.: "ant-junit"; required unless the compact form is used.
      String value
      Allows you to specify the group (organisation) and the module (artifact) in one of two compact convenience formats, e.g.: @GrabExclude('org.apache.ant:ant-junit') or @GrabExclude('org.apache.ant#ant-junit')
    • Element Detail

      • group

        String group
        The organisation or group, e.g.: "org.apache.ant"; required unless the compact form is used.
        Default:
        ""
      • module

        String module
        The module or artifact, e.g.: "ant-junit"; required unless the compact form is used.
        Default:
        ""
      • value

        String value
        Allows you to specify the group (organisation) and the module (artifact) in one of two compact convenience formats, e.g.: @GrabExclude('org.apache.ant:ant-junit') or @GrabExclude('org.apache.ant#ant-junit')
        Default:
        ""