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