public interface DependencyManagement
An encapsulation of dependency management information.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Dependency |
find(String artifactId)Finds the managed dependency with the given artifactId. |
|
public List<Dependency> |
getDependencies()Returns the managed dependencies. |
|
public String |
getGrailsVersion() |
|
public Properties |
getProperties()Returns the managed properties. |
|
public 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 properties.
Returns the managed version of Spring Boot. May be null.
null