GroupId | GroupIddev.stratospheric |
---|---|
ArtifactId | ArtifactIdcdk-constructs |
Version | Version0.0.27 |
Type | Typejar |
Filename | Size |
---|---|
cdk-constructs-0.0.27.pom | |
cdk-constructs-0.0.27.jar | 35 KB |
cdk-constructs-0.0.27-sources.jar | 19 KB |
cdk-constructs-0.0.27-javadoc.jar | 475 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.stratospheric/cdk-constructs/ -->
<dependency>
<groupId>dev.stratospheric</groupId>
<artifactId>cdk-constructs</artifactId>
<version>0.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/dev.stratospheric/cdk-constructs/
implementation 'dev.stratospheric:cdk-constructs:0.0.27'
// https://jarcasting.com/artifacts/dev.stratospheric/cdk-constructs/
implementation ("dev.stratospheric:cdk-constructs:0.0.27")
'dev.stratospheric:cdk-constructs:jar:0.0.27'
<dependency org="dev.stratospheric" name="cdk-constructs" rev="0.0.27">
<artifact name="cdk-constructs" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.stratospheric', module='cdk-constructs', version='0.0.27')
)
libraryDependencies += "dev.stratospheric" % "cdk-constructs" % "0.0.27"
[dev.stratospheric/cdk-constructs "0.0.27"]