| GroupId | GroupIdmx.dapp.sdk |
|---|---|
| ArtifactId | ArtifactIdwallet |
| Version | Version2.2.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| wallet-2.2.0.pom | |
| wallet-2.2.0-sources.jar | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/mx.dapp.sdk/wallet/ -->
<dependency>
<groupId>mx.dapp.sdk</groupId>
<artifactId>wallet</artifactId>
<version>2.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/mx.dapp.sdk/wallet/
implementation 'mx.dapp.sdk:wallet:2.2.0'
// https://jarcasting.com/artifacts/mx.dapp.sdk/wallet/
implementation ("mx.dapp.sdk:wallet:2.2.0")
'mx.dapp.sdk:wallet:aar:2.2.0'
<dependency org="mx.dapp.sdk" name="wallet" rev="2.2.0">
<artifact name="wallet" type="aar" />
</dependency>
@Grapes(
@Grab(group='mx.dapp.sdk', module='wallet', version='2.2.0')
)
libraryDependencies += "mx.dapp.sdk" % "wallet" % "2.2.0"
[mx.dapp.sdk/wallet "2.2.0"]