@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.385Z") @Stability(value=Experimental) public interface Dependency extends software.amazon.jsii.JsiiSerializable, DependencyCoordinates
| Modifier and Type | Interface and Description |
|---|---|
static class |
Dependency.Builder
A builder for
Dependency |
static class |
Dependency.Jsii$Proxy
An implementation for
Dependency |
| Modifier and Type | Method and Description |
|---|---|
static Dependency.Builder |
builder() |
default Map<String,Object> |
getMetadata()
(experimental) Additional JSON metadata associated with the dependency (package manager specific).
|
DependencyType |
getType()
(experimental) Which type of dependency this is (runtime, build-time, etc).
|
getName, getVersion@Stability(value=Experimental) @NotNull DependencyType getType()
@Stability(value=Experimental) @Nullable default Map<String,Object> getMetadata()
Default: {}
@Stability(value=Experimental) static Dependency.Builder builder()
builder in interface DependencyCoordinatesDependency.Builder of DependencyCopyright © 2021. All rights reserved.