GroupId | GroupIdcom.tuntunhz.tools |
---|---|
ArtifactId | ArtifactIdwallet-sdk |
Version | Version0.0.8-snapshot |
Type | Typejar |
Filename | Size |
---|---|
wallet-sdk-0.0.8-snapshot.pom | |
wallet-sdk-0.0.8-snapshot.jar | 53 KB |
wallet-sdk-0.0.8-snapshot-sources.jar | 32 KB |
wallet-sdk-0.0.8-snapshot-javadoc.jar | 232 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tuntunhz.tools/wallet-sdk/ -->
<dependency>
<groupId>com.tuntunhz.tools</groupId>
<artifactId>wallet-sdk</artifactId>
<version>0.0.8-snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/com.tuntunhz.tools/wallet-sdk/
implementation 'com.tuntunhz.tools:wallet-sdk:0.0.8-snapshot'
// https://jarcasting.com/artifacts/com.tuntunhz.tools/wallet-sdk/
implementation ("com.tuntunhz.tools:wallet-sdk:0.0.8-snapshot")
'com.tuntunhz.tools:wallet-sdk:jar:0.0.8-snapshot'
<dependency org="com.tuntunhz.tools" name="wallet-sdk" rev="0.0.8-snapshot">
<artifact name="wallet-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tuntunhz.tools', module='wallet-sdk', version='0.0.8-snapshot')
)
libraryDependencies += "com.tuntunhz.tools" % "wallet-sdk" % "0.0.8-snapshot"
[com.tuntunhz.tools/wallet-sdk "0.0.8-snapshot"]