a

aws-cdk-maven-plugin-runtime

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