GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdpayment |
Version | Version1.15 |
Type | Typeaar |
Filename | Size |
---|---|
payment-1.15.pom | |
payment-1.15-sources.jar | 261 bytes |
payment-1.15-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.proton.core/payment/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>payment</artifactId>
<version>1.15</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/payment/
implementation 'me.proton.core:payment:1.15'
// https://jarcasting.com/artifacts/me.proton.core/payment/
implementation ("me.proton.core:payment:1.15")
'me.proton.core:payment:aar:1.15'
<dependency org="me.proton.core" name="payment" rev="1.15">
<artifact name="payment" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='payment', version='1.15')
)
libraryDependencies += "me.proton.core" % "payment" % "1.15"
[me.proton.core/payment "1.15"]