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