MVN

tech.amwal.payment : phone-ui

Maven & Gradle

Aug 23, 2023

phone-ui · In app payment Android SDK using passkeys

<dependency>
    <groupId>tech.amwal.payment</groupId>
    <artifactId>phone-ui</artifactId>
    <version>1.0.0-beta03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.amwal.payment : phone-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta03
  • Latest Beta: 1.0.0-beta03
  • Latest Alpha: 1.0.0-alpha07

All Versions

Choose a version of tech.amwal.payment : phone-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
phone-ui-1.0.0-beta03
phone-ui-1.0.0-beta02
phone-ui-1.0.0-alpha07
phone-ui-1.0.0-alpha06
phone-ui-1.0.0-alpha05
phone-ui-1.0.0-alpha04

How to add a dependency to Maven

Add the following tech.amwal.payment : phone-ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.amwal.payment</groupId>
    <artifactId>phone-ui</artifactId>
    <version>1.0.0-beta03</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.amwal.payment : phone-ui gradle dependency to your build.gradle file:

implementation 'tech.amwal.payment:phone-ui:1.0.0-beta03'

Gradle Kotlin DSL: Add the following tech.amwal.payment : phone-ui gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.amwal.payment:phone-ui:1.0.0-beta03")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.amwal.payment : phone-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.amwal.payment" % "phone-ui" % "1.0.0-beta03"