Package org.grails.cli.groovy
Annotation Type DependencyManagementBom
-
@Target({CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PARAMETER,TYPE}) @Retention(SOURCE) @Documented public @interface DependencyManagementBomProvides one or more additional sources of dependency management that is used when resolving@Grabdependencies.- Since:
- 1.3.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]valueOne 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.
-