GroupId | GroupIdio.github.airwallex |
---|---|
ArtifactId | ArtifactIdpayment-components-core |
Version | Version3.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.github.airwallex/payment-components-core/ -->
<dependency>
<groupId>io.github.airwallex</groupId>
<artifactId>payment-components-core</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.airwallex/payment-components-core/
implementation 'io.github.airwallex:payment-components-core:3.0.0'
// https://jarcasting.com/artifacts/io.github.airwallex/payment-components-core/
implementation ("io.github.airwallex:payment-components-core:3.0.0")
'io.github.airwallex:payment-components-core:aar:3.0.0'
<dependency org="io.github.airwallex" name="payment-components-core" rev="3.0.0">
<artifact name="payment-components-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.airwallex', module='payment-components-core', version='3.0.0')
)
libraryDependencies += "io.github.airwallex" % "payment-components-core" % "3.0.0"
[io.github.airwallex/payment-components-core "3.0.0"]