GroupId | GroupIdorg.elastos |
---|---|
ArtifactId | ArtifactIdwallet.lib |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
wallet.lib-0.0.2.pom | |
wallet.lib-0.0.2.jar | 227 KB |
wallet.lib-0.0.2-sources.jar | 151 KB |
wallet.lib-0.0.2-javadoc.jar | 526 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elastos/wallet.lib/ -->
<dependency>
<groupId>org.elastos</groupId>
<artifactId>wallet.lib</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.elastos/wallet.lib/
implementation 'org.elastos:wallet.lib:0.0.2'
// https://jarcasting.com/artifacts/org.elastos/wallet.lib/
implementation ("org.elastos:wallet.lib:0.0.2")
'org.elastos:wallet.lib:jar:0.0.2'
<dependency org="org.elastos" name="wallet.lib" rev="0.0.2">
<artifact name="wallet.lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elastos', module='wallet.lib', version='0.0.2')
)
libraryDependencies += "org.elastos" % "wallet.lib" % "0.0.2"
[org.elastos/wallet.lib "0.0.2"]