a

aws-s3-iosx64

aws is an extension for kotlin cross-platform currently android/iOS
https://github.com/estivensh4/aws-kmp
Apache-2.0
Estiven Sanchez
文件下载
文件名 操作
aws-s3-iosx64-0.4.4.pom 下载
aws-s3-iosx64-0.4.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.estivensh4</groupId>
  <artifactId>aws-s3-iosx64</artifactId>
  <version>0.4.4</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.estivensh4:aws-s3-iosx64:0.4.4'
Gradle Kotlin
implementation("io.github.estivensh4:aws-s3-iosx64:0.4.4")
Scala SBT
libraryDependencies += "io.github.estivensh4" % "aws-s3-iosx64" % "0.4.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.estivensh4', module='aws-s3-iosx64', version='0.4.4')
)
Apache Ivy
<dependency org="io.github.estivensh4" name="aws-s3-iosx64" rev="0.4.4" />
Leiningen
[io.github.estivensh4/aws-s3-iosx64 "0.4.4"]
Apache Buildr
'io.github.estivensh4:aws-s3-iosx64:jar:0.4.4'