a

aws-common-android-debug

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-common-android-debug-0.7.1.pom download
aws-common-android-debug-0.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.estivensh4</groupId>
  <artifactId>aws-common-android-debug</artifactId>
  <version>0.7.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.estivensh4:aws-common-android-debug:0.7.1'
Gradle Kotlin
implementation("io.github.estivensh4:aws-common-android-debug:0.7.1")
Scala SBT
libraryDependencies += "io.github.estivensh4" % "aws-common-android-debug" % "0.7.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.estivensh4', module='aws-common-android-debug', version='0.7.1')
)
Apache Ivy
<dependency org="io.github.estivensh4" name="aws-common-android-debug" rev="0.7.1" />
Leiningen
[io.github.estivensh4/aws-common-android-debug "0.7.1"]
Apache Buildr
'io.github.estivensh4:aws-common-android-debug:jar:0.7.1'