GroupId | GroupIdorg.bitbucket.ascendcorp |
---|---|
ArtifactId | ArtifactIdcreditwalletsdk-staging |
Version | Version0.0.18-alpha |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/org.bitbucket.ascendcorp/creditwalletsdk-staging/ -->
<dependency>
<groupId>org.bitbucket.ascendcorp</groupId>
<artifactId>creditwalletsdk-staging</artifactId>
<version>0.0.18-alpha</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.ascendcorp/creditwalletsdk-staging/
implementation 'org.bitbucket.ascendcorp:creditwalletsdk-staging:0.0.18-alpha'
// https://jarcasting.com/artifacts/org.bitbucket.ascendcorp/creditwalletsdk-staging/
implementation ("org.bitbucket.ascendcorp:creditwalletsdk-staging:0.0.18-alpha")
'org.bitbucket.ascendcorp:creditwalletsdk-staging:aar:0.0.18-alpha'
<dependency org="org.bitbucket.ascendcorp" name="creditwalletsdk-staging" rev="0.0.18-alpha">
<artifact name="creditwalletsdk-staging" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.ascendcorp', module='creditwalletsdk-staging', version='0.0.18-alpha')
)
libraryDependencies += "org.bitbucket.ascendcorp" % "creditwalletsdk-staging" % "0.0.18-alpha"
[org.bitbucket.ascendcorp/creditwalletsdk-staging "0.0.18-alpha"]