f

feature-payment

In app payment Android SDK using passkeys
https://docs.amwal.tech/docs/using-the-payment-sheet-in-activity
MIT
Amwal
Files download
File Operation
feature-payment-1.0.0.pom download
feature-payment-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.amwal.payment</groupId>
  <artifactId>feature-payment</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'tech.amwal.payment:feature-payment:1.0.0'
Gradle Kotlin
implementation("tech.amwal.payment:feature-payment:1.0.0")
Scala SBT
libraryDependencies += "tech.amwal.payment" % "feature-payment" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.amwal.payment', module='feature-payment', version='1.0.0')
)
Apache Ivy
<dependency org="tech.amwal.payment" name="feature-payment" rev="1.0.0" />
Leiningen
[tech.amwal.payment/feature-payment "1.0.0"]
Apache Buildr
'tech.amwal.payment:feature-payment:jar:1.0.0'
Dependencies

compile

|-- org.jetbrains.kotlin:kotlin-stdlib:1.9.21

runtime

|-- tech.amwal.payment:core-common:1.0.0

|-- tech.amwal.payment:core-ui:1.0.0

|-- tech.amwal.payment:core-domain:1.0.0

|-- tech.amwal.payment:core-data:1.0.0

|-- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3

|-- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3

|-- io.insert-koin:koin-core:3.2.0

|-- io.insert-koin:koin-android:3.2.0

|-- androidx.core:core-ktx:1.9.0

|-- androidx.annotation:annotation:1.7.0-rc01

|-- androidx.appcompat:appcompat:1.6.1

|-- androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1

|-- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1

|-- com.google.android.material:material:1.9.0

|-- androidx.work:work-runtime-ktx:2.8.0

|-- androidx.activity:activity-compose:1.7.2

|-- androidx.compose.foundation:foundation:1.5.2

|-- androidx.compose.foundation:foundation-layout:1.5.2

|-- androidx.compose.material:material:1.5.2

|-- androidx.compose.material:material-icons-core:1.5.2

|-- androidx.compose.material:material-icons-extended:1.5.2

|-- androidx.navigation:navigation-compose:2.5.3

|-- androidx.compose.runtime:runtime:1.5.2

|-- androidx.compose.runtime:runtime-saveable:1.5.2

|-- androidx.compose.ui:ui:1.5.2

|-- androidx.compose.ui:ui-tooling-preview:1.5.2

|-- androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1

|-- androidx.constraintlayout:constraintlayout-compose:1.0.0

|-- io.insert-koin:koin-androidx-compose:3.2.0

|-- io.coil-kt:coil-compose:2.2.0

|-- com.google.accompanist:accompanist-webview:0.30.1