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