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