public interface DependencyManagement
修飾子と型 | メソッドと説明 |
---|---|
Dependency | find(StringSE artifactId) 指定された artifactId で管理されている依存関係を検索します。 |
ListSE<Dependency> | getDependencies() 管理された依存関係を返します。 |
StringSE | getSpringBootVersion() Spring Boot の管理バージョンを返します。 |
ListSE<Dependency> getDependencies()
StringSE getSpringBootVersion()
null
の場合があります。null
Dependency find(StringSE artifactId)
artifactId
で管理されている依存関係を検索します。artifactId
- 検索する依存関係のアーティファクト IDnull
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.