public interface DependencyManagement
| Modifier and Type | Method and Description | 
|---|---|
| Dependency | find(String artifactId)Finds the managed dependency with the given  artifactId. | 
| List<Dependency> | getDependencies()Returns the managed dependencies. | 
| String | getSpringBootVersion()Returns the managed version of Spring Boot. | 
List<Dependency> getDependencies()
String getSpringBootVersion()
null.nullDependency find(String artifactId)
artifactId.artifactId - the artifact ID of the dependency to findnullCopyright © 2020 Pivotal Software, Inc.. All rights reserved.