Package | Description |
---|---|
io.spring.initializr.generator.buildsystem |
Build systems abstraction.
|
Modifier and Type | Method and Description |
---|---|
DependencyScope |
Dependency.getScope()
The
scope of the dependency. |
static DependencyScope |
DependencyScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyScope[] |
DependencyScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DependencyContainer.add(String id,
String groupId,
String artifactId,
DependencyScope scope)
Register a
Dependency with the specified id and a managed version. |
B |
Dependency.Builder.scope(DependencyScope scope) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.