s

s3

jclouds components to access an implementation of S3
Files download
File Operation
s3-2.2.1.jar download
s3-2.2.1.pom download
s3-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.jclouds.api</groupId>
  <artifactId>s3</artifactId>
  <version>2.2.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.jclouds.api:s3:2.2.1'
Gradle Kotlin
implementation("org.apache.jclouds.api:s3:2.2.1")
Scala SBT
libraryDependencies += "org.apache.jclouds.api" % "s3" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.jclouds.api', module='s3', version='2.2.1')
)
Apache Ivy
<dependency org="org.apache.jclouds.api" name="s3" rev="2.2.1" />
Leiningen
[org.apache.jclouds.api/s3 "2.2.1"]
Apache Buildr
'org.apache.jclouds.api:s3:jar:2.2.1'