public interface DependencyManagement
An encapsulation of dependency management information.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Dependency |
find(java.lang.String artifactId)Finds the managed dependency with the given artifactId. |
|
public java.util.List<Dependency> |
getDependencies()Returns the managed dependencies. |
|
public java.lang.String |
getSpringBootVersion()Returns the managed version of Spring Boot. |
Finds the managed dependency with the given artifactId.
artifactId - the artifact ID of the dependency to findnullReturns the managed dependencies.
Returns the managed version of Spring Boot. May be null.
null