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