| GroupId | GroupIdio.github.dimensiondev |
|---|---|
| ArtifactId | ArtifactIdmaskwalletcore |
| Version | Version0.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| maskwalletcore-0.1.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dimensiondev/maskwalletcore/ -->
<dependency>
<groupId>io.github.dimensiondev</groupId>
<artifactId>maskwalletcore</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dimensiondev/maskwalletcore/
implementation 'io.github.dimensiondev:maskwalletcore:0.1.0'
// https://jarcasting.com/artifacts/io.github.dimensiondev/maskwalletcore/
implementation ("io.github.dimensiondev:maskwalletcore:0.1.0")
'io.github.dimensiondev:maskwalletcore:aar:0.1.0'
<dependency org="io.github.dimensiondev" name="maskwalletcore" rev="0.1.0">
<artifact name="maskwalletcore" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.dimensiondev', module='maskwalletcore', version='0.1.0')
)
libraryDependencies += "io.github.dimensiondev" % "maskwalletcore" % "0.1.0"
[io.github.dimensiondev/maskwalletcore "0.1.0"]