GroupId | GroupIdcom.midtrans |
---|---|
ArtifactId | ArtifactIdscancard |
Version | Version1.15.1 |
Type | Typeaar |
Filename | Size |
---|---|
scancard-1.15.1.pom | |
scancard-1.15.1.aar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.midtrans/scancard/ -->
<dependency>
<groupId>com.midtrans</groupId>
<artifactId>scancard</artifactId>
<version>1.15.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.midtrans/scancard/
implementation 'com.midtrans:scancard:1.15.1'
// https://jarcasting.com/artifacts/com.midtrans/scancard/
implementation ("com.midtrans:scancard:1.15.1")
'com.midtrans:scancard:aar:1.15.1'
<dependency org="com.midtrans" name="scancard" rev="1.15.1">
<artifact name="scancard" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.midtrans', module='scancard', version='1.15.1')
)
libraryDependencies += "com.midtrans" % "scancard" % "1.15.1"
[com.midtrans/scancard "1.15.1"]