Annotation Type DependencyManagementBom


Provides one or more additional sources of dependency management that is used when resolving @Grab dependencies.
Since:
1.3.0
Author:
Andy Wilkinson
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    One or more sets of colon-separated coordinates (group:module:version) of a Maven bom that contains dependency management that will add to and override the default dependency management.
  • Element Details

    • value

      String[] value
      One or more sets of colon-separated coordinates (group:module:version) of a Maven bom that contains dependency management that will add to and override the default dependency management.
      Returns:
      the BOM coordinates