e

ecs

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
https://aws.amazon.com/sdkforjava
Files download
File Operation
ecs-2.3.9.jar download
ecs-2.3.9.pom download
ecs-2.3.9-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.awssdk</groupId>
  <artifactId>ecs</artifactId>
  <version>2.3.9</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.awssdk:ecs:2.3.9'
Gradle Kotlin
implementation("software.amazon.awssdk:ecs:2.3.9")
Scala SBT
libraryDependencies += "software.amazon.awssdk" % "ecs" % "2.3.9"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.awssdk', module='ecs', version='2.3.9')
)
Apache Ivy
<dependency org="software.amazon.awssdk" name="ecs" rev="2.3.9" />
Leiningen
[software.amazon.awssdk/ecs "2.3.9"]
Apache Buildr
'software.amazon.awssdk:ecs:jar:2.3.9'