| GroupId | GroupIdcom.trustpayments.mobile |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version2.5.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| core-2.5.3.pom | |
| core-2.5.3.aar | 1 MB |
| core-2.5.3-sources.jar | 27 KB |
| core-2.5.3-javadoc.jar | 357 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.trustpayments.mobile/core/ -->
<dependency>
<groupId>com.trustpayments.mobile</groupId>
<artifactId>core</artifactId>
<version>2.5.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.trustpayments.mobile/core/
implementation 'com.trustpayments.mobile:core:2.5.3'
// https://jarcasting.com/artifacts/com.trustpayments.mobile/core/
implementation ("com.trustpayments.mobile:core:2.5.3")
'com.trustpayments.mobile:core:aar:2.5.3'
<dependency org="com.trustpayments.mobile" name="core" rev="2.5.3">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.trustpayments.mobile', module='core', version='2.5.3')
)
libraryDependencies += "com.trustpayments.mobile" % "core" % "2.5.3"
[com.trustpayments.mobile/core "2.5.3"]