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