a

afs-aws-s3

EclipseStore File System Abstraction for AWS S3
https://projects.eclipse.org/projects/technology.store
文件下载
文件名 操作
afs-aws-s3-1.3.2.jar 下载
afs-aws-s3-1.3.2.pom 下载
afs-aws-s3-1.3.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.store</groupId>
  <artifactId>afs-aws-s3</artifactId>
  <version>1.3.2</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.store:afs-aws-s3:1.3.2'
Gradle Kotlin
implementation("org.eclipse.store:afs-aws-s3:1.3.2")
Scala SBT
libraryDependencies += "org.eclipse.store" % "afs-aws-s3" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.store', module='afs-aws-s3', version='1.3.2')
)
Apache Ivy
<dependency org="org.eclipse.store" name="afs-aws-s3" rev="1.3.2" />
Leiningen
[org.eclipse.store/afs-aws-s3 "1.3.2"]
Apache Buildr
'org.eclipse.store:afs-aws-s3:jar:1.3.2'