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