MVN

tech.amwal.payment : card-presentation

Maven & Gradle

Aug 23, 2023

card-presentation · In app payment Android SDK using passkeys

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

Latest Version

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

Version Vulnerabilities Updated
1.0.x
card-presentation-1.0.0-beta03
card-presentation-1.0.0-beta02
card-presentation-1.0.0-alpha07
card-presentation-1.0.0-alpha06
card-presentation-1.0.0-alpha05
card-presentation-1.0.0-alpha04

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.amwal.payment</groupId>
    <artifactId>card-presentation</artifactId>
    <version>1.0.0-beta03</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tech.amwal.payment:card-presentation:1.0.0-beta03'

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

implementation("tech.amwal.payment:card-presentation:1.0.0-beta03")

How to add a dependency to SBT Scala

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

libraryDependencies += "tech.amwal.payment" % "card-presentation" % "1.0.0-beta03"