e

ecr

The AWS Java SDK for the Amazon EC2 Container Registry holds the client classes that are used for communicating with the Amazon EC2 Container Registry Service
https://aws.amazon.com/sdkforjava
Files download
File Operation
ecr-2.2.0.jar download
ecr-2.2.0.pom download
ecr-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>software.amazon.awssdk</groupId>
  <artifactId>ecr</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.awssdk:ecr:2.2.0'
Gradle Kotlin
implementation("software.amazon.awssdk:ecr:2.2.0")
Scala SBT
libraryDependencies += "software.amazon.awssdk" % "ecr" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.awssdk', module='ecr', version='2.2.0')
)
Apache Ivy
<dependency org="software.amazon.awssdk" name="ecr" rev="2.2.0" />
Leiningen
[software.amazon.awssdk/ecr "2.2.0"]
Apache Buildr
'software.amazon.awssdk:ecr:jar:2.2.0'