MVN

com.hyperwallet.android.ui : commonrepository

Maven & Gradle

Jan 07, 2023
4 usages
11 stars

Hyperwallet Android Common Repository SDK · Hyperwallet Common Repository SDK for Android to integrate with the Hyperwallet Platform

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

Latest Version

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

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

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement