a

aws-common-android

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