GroupId | GroupIdcom.aptopayments.sdk |
---|---|
ArtifactId | ArtifactIdmobile |
Version | Version3.15.0 |
Type | Typeaar |
Filename | Size |
---|---|
mobile-3.15.0.pom | |
mobile-3.15.0.module | 3 KB |
mobile-3.15.0-sources.jar | 235 KB |
mobile-3.15.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.aptopayments.sdk/mobile/ -->
<dependency>
<groupId>com.aptopayments.sdk</groupId>
<artifactId>mobile</artifactId>
<version>3.15.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.aptopayments.sdk/mobile/
implementation 'com.aptopayments.sdk:mobile:3.15.0'
// https://jarcasting.com/artifacts/com.aptopayments.sdk/mobile/
implementation ("com.aptopayments.sdk:mobile:3.15.0")
'com.aptopayments.sdk:mobile:aar:3.15.0'
<dependency org="com.aptopayments.sdk" name="mobile" rev="3.15.0">
<artifact name="mobile" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.aptopayments.sdk', module='mobile', version='3.15.0')
)
libraryDependencies += "com.aptopayments.sdk" % "mobile" % "3.15.0"
[com.aptopayments.sdk/mobile "3.15.0"]