Categories |
CategoriesAWS Container PaaS Providers Maven Build Tools |
---|---|
GroupId | GroupIdio.linguarobot |
ArtifactId | ArtifactIdaws-cdk-maven-plugin-runtime |
Version | Version0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.linguarobot/aws-cdk-maven-plugin-runtime/ -->
<dependency>
<groupId>io.linguarobot</groupId>
<artifactId>aws-cdk-maven-plugin-runtime</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.linguarobot/aws-cdk-maven-plugin-runtime/
implementation 'io.linguarobot:aws-cdk-maven-plugin-runtime:0.0.6'
// https://jarcasting.com/artifacts/io.linguarobot/aws-cdk-maven-plugin-runtime/
implementation ("io.linguarobot:aws-cdk-maven-plugin-runtime:0.0.6")
'io.linguarobot:aws-cdk-maven-plugin-runtime:jar:0.0.6'
<dependency org="io.linguarobot" name="aws-cdk-maven-plugin-runtime" rev="0.0.6">
<artifact name="aws-cdk-maven-plugin-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.linguarobot', module='aws-cdk-maven-plugin-runtime', version='0.0.6')
)
libraryDependencies += "io.linguarobot" % "aws-cdk-maven-plugin-runtime" % "0.0.6"
[io.linguarobot/aws-cdk-maven-plugin-runtime "0.0.6"]