Uses of Interface
org.springframework.boot.cli.compiler.dependencies.DependencyManagement
Packages that use DependencyManagement
Package
Description
Classes for dependencies used during compilation.
CLI Groovy Grape integration.
-
Uses of DependencyManagement in org.springframework.boot.cli.compiler.dependencies
Classes in org.springframework.boot.cli.compiler.dependencies that implement DependencyManagementModifier and TypeClassDescriptionclassDependencyManagementthat delegates to one or moreDependencyManagementinstances.classDependencyManagementderived from a MavenModel.classDependencyManagementderived from the effective pom ofspring-boot-dependencies.Constructors in org.springframework.boot.cli.compiler.dependencies with parameters of type DependencyManagementModifierConstructorDescriptionCompositeDependencyManagement(DependencyManagement... delegates) DependencyManagementArtifactCoordinatesResolver(DependencyManagement dependencyManagement) -
Uses of DependencyManagement in org.springframework.boot.cli.compiler.grape
Methods in org.springframework.boot.cli.compiler.grape with parameters of type DependencyManagementModifier and TypeMethodDescriptionvoidDependencyResolutionContext.addDependencyManagement(DependencyManagement dependencyManagement)