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