GroupId | GroupIdio.github.cdklabs |
---|---|
ArtifactId | ArtifactIdcdk-ecs-service-extensions |
Version | Version0.0.0 |
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>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdklabs/cdk-ecs-service-extensions/
implementation 'io.github.cdklabs:cdk-ecs-service-extensions:0.0.0'
// https://jarcasting.com/artifacts/io.github.cdklabs/cdk-ecs-service-extensions/
implementation ("io.github.cdklabs:cdk-ecs-service-extensions:0.0.0")
'io.github.cdklabs:cdk-ecs-service-extensions:jar:0.0.0'
<dependency org="io.github.cdklabs" name="cdk-ecs-service-extensions" rev="0.0.0">
<artifact name="cdk-ecs-service-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdklabs', module='cdk-ecs-service-extensions', version='0.0.0')
)
libraryDependencies += "io.github.cdklabs" % "cdk-ecs-service-extensions" % "0.0.0"
[io.github.cdklabs/cdk-ecs-service-extensions "0.0.0"]