is not current version
Last Version 2.0.3

com.emc.vipr:s3-client 1.1

This project extends the Amazon S3 client to add ViPR extended functionality.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.emc.vipr
ArtifactId

ArtifactId

s3-client
Version

Version

1.1
Type

Type

jar

Download s3-client 1.1


<!-- https://jarcasting.com/artifacts/com.emc.vipr/s3-client/ -->
<dependency>
    <groupId>com.emc.vipr</groupId>
    <artifactId>s3-client</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.emc.vipr/s3-client/
implementation 'com.emc.vipr:s3-client:1.1'
// https://jarcasting.com/artifacts/com.emc.vipr/s3-client/
implementation ("com.emc.vipr:s3-client:1.1")
'com.emc.vipr:s3-client:jar:1.1'
<dependency org="com.emc.vipr" name="s3-client" rev="1.1">
  <artifact name="s3-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emc.vipr', module='s3-client', version='1.1')
)
libraryDependencies += "com.emc.vipr" % "s3-client" % "1.1"
[com.emc.vipr/s3-client "1.1"]