MVN

tech.amwal.payment : components-resources

Maven & Gradle

Aug 23, 2023

components-resources · In app payment Android SDK using passkeys

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.0.x
components-resources-1.0.0-beta03
components-resources-1.0.0-beta02

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.amwal.payment</groupId>
    <artifactId>components-resources</artifactId>
    <version>1.0.0-beta03</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tech.amwal.payment:components-resources:1.0.0-beta03'

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

implementation("tech.amwal.payment:components-resources:1.0.0-beta03")

How to add a dependency to SBT Scala

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

libraryDependencies += "tech.amwal.payment" % "components-resources" % "1.0.0-beta03"