a

aws-cdk-maven-plugin-runtime

Classes that are added to the classpath of the CDK application during synthesis.
Files download
File Operation
aws-cdk-maven-plugin-runtime-0.0.8.jar download
aws-cdk-maven-plugin-runtime-0.0.8.pom download
aws-cdk-maven-plugin-runtime-0.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.linguarobot</groupId>
  <artifactId>aws-cdk-maven-plugin-runtime</artifactId>
  <version>0.0.8</version>
</dependency>
Gradle Groovy
implementation 'io.linguarobot:aws-cdk-maven-plugin-runtime:0.0.8'
Gradle Kotlin
implementation("io.linguarobot:aws-cdk-maven-plugin-runtime:0.0.8")
Scala SBT
libraryDependencies += "io.linguarobot" % "aws-cdk-maven-plugin-runtime" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.linguarobot', module='aws-cdk-maven-plugin-runtime', version='0.0.8')
)
Apache Ivy
<dependency org="io.linguarobot" name="aws-cdk-maven-plugin-runtime" rev="0.0.8" />
Leiningen
[io.linguarobot/aws-cdk-maven-plugin-runtime "0.0.8"]
Apache Buildr
'io.linguarobot:aws-cdk-maven-plugin-runtime:jar:0.0.8'