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