is not current version
Last Version 2.17.219

software.amazon.awssdk:ecs 2.17.198

The AWS Java SDK for the Amazon EC2 Container Service holds the client classes that are used for communicating with the Amazon EC2 Container Service

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

ecs
Version

Version

2.17.198
Type

Type

jar

Download ecs 2.17.198


<!-- https://jarcasting.com/artifacts/software.amazon.awssdk/ecs/ -->
<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>ecs</artifactId>
    <version>2.17.198</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awssdk/ecs/
implementation 'software.amazon.awssdk:ecs:2.17.198'
// https://jarcasting.com/artifacts/software.amazon.awssdk/ecs/
implementation ("software.amazon.awssdk:ecs:2.17.198")
'software.amazon.awssdk:ecs:jar:2.17.198'
<dependency org="software.amazon.awssdk" name="ecs" rev="2.17.198">
  <artifact name="ecs" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awssdk', module='ecs', version='2.17.198')
)
libraryDependencies += "software.amazon.awssdk" % "ecs" % "2.17.198"
[software.amazon.awssdk/ecs "2.17.198"]