p

panda-extension-storage-aws-s3

the file storage implement based on aws s3
Files download
File Operation
panda-extension-storage-aws-s3-1.0.2.jar download
panda-extension-storage-aws-s3-1.0.2.pom download
panda-extension-storage-aws-s3-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.justtoplay.panda</groupId>
  <artifactId>panda-extension-storage-aws-s3</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.justtoplay.panda:panda-extension-storage-aws-s3:1.0.2'
Gradle Kotlin
implementation("com.justtoplay.panda:panda-extension-storage-aws-s3:1.0.2")
Scala SBT
libraryDependencies += "com.justtoplay.panda" % "panda-extension-storage-aws-s3" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.justtoplay.panda', module='panda-extension-storage-aws-s3', version='1.0.2')
)
Apache Ivy
<dependency org="com.justtoplay.panda" name="panda-extension-storage-aws-s3" rev="1.0.2" />
Leiningen
[com.justtoplay.panda/panda-extension-storage-aws-s3 "1.0.2"]
Apache Buildr
'com.justtoplay.panda:panda-extension-storage-aws-s3:jar:1.0.2'