GroupId | GroupIdio.github.cdklabs |
---|---|
ArtifactId | ArtifactIdcdk-ecs-service-extensions |
Version | Version2.0.0-alpha.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.cdklabs/cdk-ecs-service-extensions/ -->
<dependency>
<groupId>io.github.cdklabs</groupId>
<artifactId>cdk-ecs-service-extensions</artifactId>
<version>2.0.0-alpha.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdklabs/cdk-ecs-service-extensions/
implementation 'io.github.cdklabs:cdk-ecs-service-extensions:2.0.0-alpha.7'
// https://jarcasting.com/artifacts/io.github.cdklabs/cdk-ecs-service-extensions/
implementation ("io.github.cdklabs:cdk-ecs-service-extensions:2.0.0-alpha.7")
'io.github.cdklabs:cdk-ecs-service-extensions:jar:2.0.0-alpha.7'
<dependency org="io.github.cdklabs" name="cdk-ecs-service-extensions" rev="2.0.0-alpha.7">
<artifact name="cdk-ecs-service-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdklabs', module='cdk-ecs-service-extensions', version='2.0.0-alpha.7')
)
libraryDependencies += "io.github.cdklabs" % "cdk-ecs-service-extensions" % "2.0.0-alpha.7"
[io.github.cdklabs/cdk-ecs-service-extensions "2.0.0-alpha.7"]