GroupId | GroupIdcom.midtrans |
---|---|
ArtifactId | ArtifactIdgopay-checkout |
Version | Version0.1.3 |
Type | Typeaar |
Filename | Size |
---|---|
gopay-checkout-0.1.3.pom | |
gopay-checkout-0.1.3.aar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.midtrans/gopay-checkout/ -->
<dependency>
<groupId>com.midtrans</groupId>
<artifactId>gopay-checkout</artifactId>
<version>0.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.midtrans/gopay-checkout/
implementation 'com.midtrans:gopay-checkout:0.1.3'
// https://jarcasting.com/artifacts/com.midtrans/gopay-checkout/
implementation ("com.midtrans:gopay-checkout:0.1.3")
'com.midtrans:gopay-checkout:aar:0.1.3'
<dependency org="com.midtrans" name="gopay-checkout" rev="0.1.3">
<artifact name="gopay-checkout" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.midtrans', module='gopay-checkout', version='0.1.3')
)
libraryDependencies += "com.midtrans" % "gopay-checkout" % "0.1.3"
[com.midtrans/gopay-checkout "0.1.3"]