MVN

tech.amwal.payment : phone-domain

Maven & Gradle

Aug 23, 2023

phone-domain · In app payment Android SDK using passkeys

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

Latest Version

Choose a version of tech.amwal.payment : phone-domain 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-domain to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.amwal.payment</groupId>
    <artifactId>phone-domain</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-domain gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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