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