| Package | Description |
|---|---|
| io.spring.initializr.generator.buildsystem |
Build systems abstraction.
|
| io.spring.initializr.generator.version |
Version support classes.
|
| Modifier and Type | Method and Description |
|---|---|
VersionReference |
BillOfMaterials.getVersion()
Return the version reference of the bom.
|
VersionReference |
Dependency.getVersion()
The
VersionReference of the dependency. |
| Modifier and Type | Method and Description |
|---|---|
BillOfMaterials.Builder |
BillOfMaterials.Builder.version(VersionReference version)
Set the version of the bom.
|
B |
Dependency.Builder.version(VersionReference version) |
| Modifier and Type | Method and Description |
|---|---|
static VersionReference |
VersionReference.ofProperty(String internalProperty) |
static VersionReference |
VersionReference.ofProperty(VersionProperty property) |
static VersionReference |
VersionReference.ofValue(String value) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.