is not current version
Last Version 1.0.0-beta02

com.hyperwallet.android:ui-sdk 1.0.0-beta01

Hyperwallet UI SDK for Android to integrate with Hyperwallet Platform

GroupId

GroupId

com.hyperwallet.android
ArtifactId

ArtifactId

ui-sdk
Version

Version

1.0.0-beta01
Type

Type

aar

Download ui-sdk 1.0.0-beta01


<!-- https://jarcasting.com/artifacts/com.hyperwallet.android/ui-sdk/ -->
<dependency>
    <groupId>com.hyperwallet.android</groupId>
    <artifactId>ui-sdk</artifactId>
    <version>1.0.0-beta01</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hyperwallet.android/ui-sdk/
implementation 'com.hyperwallet.android:ui-sdk:1.0.0-beta01'
// https://jarcasting.com/artifacts/com.hyperwallet.android/ui-sdk/
implementation ("com.hyperwallet.android:ui-sdk:1.0.0-beta01")
'com.hyperwallet.android:ui-sdk:aar:1.0.0-beta01'
<dependency org="com.hyperwallet.android" name="ui-sdk" rev="1.0.0-beta01">
  <artifact name="ui-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hyperwallet.android', module='ui-sdk', version='1.0.0-beta01')
)
libraryDependencies += "com.hyperwallet.android" % "ui-sdk" % "1.0.0-beta01"
[com.hyperwallet.android/ui-sdk "1.0.0-beta01"]