Package | Description |
---|---|
io.spring.initializr.metadata |
Project metadata support.
|
Modifier and Type | Method and Description |
---|---|
static Dependency.Mapping |
Dependency.Mapping.create(String range,
String groupId,
String artifactId,
String version,
Boolean starter,
String repository) |
Modifier and Type | Method and Description |
---|---|
List<Dependency.Mapping> |
Dependency.getMappings()
Return the dependency mapping if an attribute of the dependency differs according
to the Spring Boot version.
|
Modifier and Type | Method and Description |
---|---|
void |
Dependency.setMappings(List<Dependency.Mapping> mappings) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.