License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers |
GroupId | GroupIdio.linguarobot |
ArtifactId | ArtifactIdaws-cdk |
Version | Version0.0.8 |
Type | Typepom |
Description |
DescriptionAWS CDK Maven Support
A set of tools to interact with CDK application by means of Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aws-cdk-0.0.8.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.linguarobot/aws-cdk/ -->
<dependency>
<groupId>io.linguarobot</groupId>
<artifactId>aws-cdk</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.linguarobot/aws-cdk/
implementation 'io.linguarobot:aws-cdk:0.0.8'
// https://jarcasting.com/artifacts/io.linguarobot/aws-cdk/
implementation ("io.linguarobot:aws-cdk:0.0.8")
'io.linguarobot:aws-cdk:pom:0.0.8'
<dependency org="io.linguarobot" name="aws-cdk" rev="0.0.8">
<artifact name="aws-cdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.linguarobot', module='aws-cdk', version='0.0.8')
)
libraryDependencies += "io.linguarobot" % "aws-cdk" % "0.0.8"
[io.linguarobot/aws-cdk "0.0.8"]