MVN

com.hyperwallet.android.ui : receiptui

Maven & Gradle

Jan 07, 2023
10 stars

Hyperwallet Android Receipt UI SDK · Hyperwallet Receipt UI SDK for Android to integrate with the Hyperwallet Platform

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

Latest Version

Choose a version of com.hyperwallet.android.ui : receiptui 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 : receiptui to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hyperwallet.android.ui</groupId>
    <artifactId>receiptui</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 : receiptui gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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