is not current version
Last Version 2.6.4

mx.dapp.sdk:core 2.4.0

DappMX Core for the Vendor, Customer and Wallet SDKs

GroupId

GroupId

mx.dapp.sdk
ArtifactId

ArtifactId

core
Version

Version

2.4.0
Type

Type

aar

Download core 2.4.0


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