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