Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnetwork.particle |
ArtifactId | ArtifactIdwallet-service |
Version | Version0.2.2 |
Type | Typeaar |
Filename | Size |
---|---|
wallet-service-0.2.2.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/network.particle/wallet-service/ -->
<dependency>
<groupId>network.particle</groupId>
<artifactId>wallet-service</artifactId>
<version>0.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/network.particle/wallet-service/
implementation 'network.particle:wallet-service:0.2.2'
// https://jarcasting.com/artifacts/network.particle/wallet-service/
implementation ("network.particle:wallet-service:0.2.2")
'network.particle:wallet-service:aar:0.2.2'
<dependency org="network.particle" name="wallet-service" rev="0.2.2">
<artifact name="wallet-service" type="aar" />
</dependency>
@Grapes(
@Grab(group='network.particle', module='wallet-service', version='0.2.2')
)
libraryDependencies += "network.particle" % "wallet-service" % "0.2.2"
[network.particle/wallet-service "0.2.2"]