@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.385Z") @Stability(value=Experimental) public interface DependencyCoordinates extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DependencyCoordinates.Builder
A builder for
DependencyCoordinates |
static class |
DependencyCoordinates.Jsii$Proxy
An implementation for
DependencyCoordinates |
| Modifier and Type | Method and Description |
|---|---|
static DependencyCoordinates.Builder |
builder() |
String |
getName()
(experimental) The package manager name of the dependency (e.g.
|
default String |
getVersion()
(experimental) Semantic version version requirement.
|
@Stability(value=Experimental) @NotNull String getName()
NOTE: For package managers that use complex coordinates (like Maven), we will codify it into a string somehow.
@Stability(value=Experimental) @Nullable default String getVersion()
Default: - requirement is managed by the package manager (e.g. npm/yarn).
@Stability(value=Experimental) static DependencyCoordinates.Builder builder()
DependencyCoordinates.Builder of DependencyCoordinatesCopyright © 2021. All rights reserved.