class LibraryItem : ADependencyItem, IItem, IDependency
This class provides a library object for the component extension of the component build plugin.
LibraryItem(dependency: DependencyConfig)
initialize a library based on the dependency |
val dependency: DependencyConfig
a dependency object of tis library |
|
var targetName: String
This will be configured for the deployment in a component directory. |
open var resolveTransitive: Boolean
This property configures the dependency resolution of the configured dependency during the creation of the descriptor. The descriptor must be complete! The default value is true. |