public interface DependencyManagement
Modifier and Type | Method and Description |
---|---|
Dependency |
find(java.lang.String artifactId)
Finds the managed dependency with the given
artifactId . |
java.util.List<Dependency> |
getDependencies()
Returns the managed dependencies.
|
java.lang.String |
getSpringBootVersion()
Returns the managed version of Spring Boot.
|
java.util.List<Dependency> getDependencies()
java.lang.String getSpringBootVersion()
null
.null
Dependency find(java.lang.String artifactId)
artifactId
.artifactId
- the artifact ID of the dependency to findnull