GroupId | GroupIdcom.ost |
---|---|
ArtifactId | ArtifactIdost-wallet-sdk-android |
Version | Version0.1.0.beta.11 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.ost/ost-wallet-sdk-android/ -->
<dependency>
<groupId>com.ost</groupId>
<artifactId>ost-wallet-sdk-android</artifactId>
<version>0.1.0.beta.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ost/ost-wallet-sdk-android/
implementation 'com.ost:ost-wallet-sdk-android:0.1.0.beta.11'
// https://jarcasting.com/artifacts/com.ost/ost-wallet-sdk-android/
implementation ("com.ost:ost-wallet-sdk-android:0.1.0.beta.11")
'com.ost:ost-wallet-sdk-android:aar:0.1.0.beta.11'
<dependency org="com.ost" name="ost-wallet-sdk-android" rev="0.1.0.beta.11">
<artifact name="ost-wallet-sdk-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ost', module='ost-wallet-sdk-android', version='0.1.0.beta.11')
)
libraryDependencies += "com.ost" % "ost-wallet-sdk-android" % "0.1.0.beta.11"
[com.ost/ost-wallet-sdk-android "0.1.0.beta.11"]