a

aws-s3-jvm

aws is an extension for kotlin cross-platform currently android/iOS
https://github.com/estivensh4/aws-kmp
Apache-2.0
Estiven Sanchez
Files download
File Operation
aws-s3-jvm-0.5.0.jar download
aws-s3-jvm-0.5.0.pom download
aws-s3-jvm-0.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.estivensh4</groupId>
  <artifactId>aws-s3-jvm</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.estivensh4:aws-s3-jvm:0.5.0'
Gradle Kotlin
implementation("io.github.estivensh4:aws-s3-jvm:0.5.0")
Scala SBT
libraryDependencies += "io.github.estivensh4" % "aws-s3-jvm" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.estivensh4', module='aws-s3-jvm', version='0.5.0')
)
Apache Ivy
<dependency org="io.github.estivensh4" name="aws-s3-jvm" rev="0.5.0" />
Leiningen
[io.github.estivensh4/aws-s3-jvm "0.5.0"]
Apache Buildr
'io.github.estivensh4:aws-s3-jvm:jar:0.5.0'