MVN

com.hyperwallet.android.ui : transfermethodui

Maven & Gradle

Jan 07, 2023
10 stars

Hyperwallet Android Transfer Method UI SDK · Hyperwallet Transfer Method UI SDK for Android to integrate with the Hyperwallet Platform

<dependency>
    <groupId>com.hyperwallet.android.ui</groupId>
    <artifactId>transfermethodui</artifactId>
    <version>1.0.0-beta14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hyperwallet.android.ui : transfermethodui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta14
  • Latest Beta: 1.0.0-beta14

All Versions

Choose a version of com.hyperwallet.android.ui : transfermethodui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
transfermethodui-1.0.0-beta14
transfermethodui-1.0.0-beta13
transfermethodui-1.0.0-beta12
transfermethodui-1.0.0-beta11
transfermethodui-1.0.0-beta10
transfermethodui-1.0.0-beta09
transfermethodui-1.0.0-beta08
transfermethodui-1.0.0-beta07
transfermethodui-1.0.0-beta06
transfermethodui-1.0.0-beta05
transfermethodui-1.0.0-beta04
transfermethodui-1.0.0-beta03

How to add a dependency to Maven

Add the following com.hyperwallet.android.ui : transfermethodui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hyperwallet.android.ui</groupId>
    <artifactId>transfermethodui</artifactId>
    <version>1.0.0-beta14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hyperwallet.android.ui : transfermethodui gradle dependency to your build.gradle file:

implementation 'com.hyperwallet.android.ui:transfermethodui:1.0.0-beta14'

Gradle Kotlin DSL: Add the following com.hyperwallet.android.ui : transfermethodui gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hyperwallet.android.ui:transfermethodui:1.0.0-beta14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hyperwallet.android.ui : transfermethodui sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hyperwallet.android.ui" % "transfermethodui" % "1.0.0-beta14"