is not current version
Last Version 2.17.219

software.amazon.awssdk:efs 2.17.123

The AWS Java SDK for Amazon Elastic File System module holds the client classes that are used for communicating with Amazon Elastic File System

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

efs
Version

Version

2.17.123
Type

Type

jar

Download efs 2.17.123


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