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