License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers Maven Build Tools |
GroupId | GroupIdio.linguarobot |
ArtifactId | ArtifactIdaws-cdk-maven-plugin-runtime |
Version | Version0.0.8 |
Type | Typejar |
Description |
DescriptionAWS CDK Maven Plugn Runtime
Classes that are added to the classpath of the CDK application during synthesis.
|
<!-- 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.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.linguarobot/aws-cdk-maven-plugin-runtime/
implementation 'io.linguarobot:aws-cdk-maven-plugin-runtime:0.0.8'
// https://jarcasting.com/artifacts/io.linguarobot/aws-cdk-maven-plugin-runtime/
implementation ("io.linguarobot:aws-cdk-maven-plugin-runtime:0.0.8")
'io.linguarobot:aws-cdk-maven-plugin-runtime:jar:0.0.8'
<dependency org="io.linguarobot" name="aws-cdk-maven-plugin-runtime" rev="0.0.8">
<artifact name="aws-cdk-maven-plugin-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.linguarobot', module='aws-cdk-maven-plugin-runtime', version='0.0.8')
)
libraryDependencies += "io.linguarobot" % "aws-cdk-maven-plugin-runtime" % "0.0.8"
[io.linguarobot/aws-cdk-maven-plugin-runtime "0.0.8"]