Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdio.github.asmain6 |
ArtifactId | ArtifactIdwallet-lib |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
wallet-lib-1.0.0.pom | |
wallet-lib-1.0.0-sources.jar | 141 KB |
wallet-lib-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.asmain6/wallet-lib/ -->
<dependency>
<groupId>io.github.asmain6</groupId>
<artifactId>wallet-lib</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.asmain6/wallet-lib/
implementation 'io.github.asmain6:wallet-lib:1.0.0'
// https://jarcasting.com/artifacts/io.github.asmain6/wallet-lib/
implementation ("io.github.asmain6:wallet-lib:1.0.0")
'io.github.asmain6:wallet-lib:aar:1.0.0'
<dependency org="io.github.asmain6" name="wallet-lib" rev="1.0.0">
<artifact name="wallet-lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.asmain6', module='wallet-lib', version='1.0.0')
)
libraryDependencies += "io.github.asmain6" % "wallet-lib" % "1.0.0"
[io.github.asmain6/wallet-lib "1.0.0"]