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