GroupId | GroupIdio.github.airwallex |
---|---|
ArtifactId | ArtifactIdpayment-card |
Version | Version3.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
payment-card-3.0.1.pom | |
payment-card-3.0.1-sources.jar | 18 KB |
payment-card-3.0.1-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.airwallex/payment-card/ -->
<dependency>
<groupId>io.github.airwallex</groupId>
<artifactId>payment-card</artifactId>
<version>3.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.airwallex/payment-card/
implementation 'io.github.airwallex:payment-card:3.0.1'
// https://jarcasting.com/artifacts/io.github.airwallex/payment-card/
implementation ("io.github.airwallex:payment-card:3.0.1")
'io.github.airwallex:payment-card:aar:3.0.1'
<dependency org="io.github.airwallex" name="payment-card" rev="3.0.1">
<artifact name="payment-card" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.airwallex', module='payment-card', version='3.0.1')
)
libraryDependencies += "io.github.airwallex" % "payment-card" % "3.0.1"
[io.github.airwallex/payment-card "3.0.1"]