@java.lang.annotation.Target({ ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.LOCAL_VARIABLE, ElementType.METHOD, ElementType.PARAMETER, ElementType.TYPE }) @java.lang.annotation.Retention(RetentionPolicy.SOURCE) @java.lang.annotation.Documented public @interface DependencyManagementBom
Provides one or more additional sources of dependency management that is used when
resolving @Grab
dependencies.
Type | Name and Description |
---|---|
java.lang.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. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |