is not current version
Last Version 2.0.3

com.emc.vipr:s3-client 1.0

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.0
Type

Type

jar

Download s3-client 1.0


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