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