GroupId | GroupIdcom.paytabs |
---|---|
ArtifactId | ArtifactIdemv-visakernel |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
emv-visakernel-1.0.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.paytabs/emv-visakernel/ -->
<dependency>
<groupId>com.paytabs</groupId>
<artifactId>emv-visakernel</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.paytabs/emv-visakernel/
implementation 'com.paytabs:emv-visakernel:1.0.0'
// https://jarcasting.com/artifacts/com.paytabs/emv-visakernel/
implementation ("com.paytabs:emv-visakernel:1.0.0")
'com.paytabs:emv-visakernel:aar:1.0.0'
<dependency org="com.paytabs" name="emv-visakernel" rev="1.0.0">
<artifact name="emv-visakernel" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.paytabs', module='emv-visakernel', version='1.0.0')
)
libraryDependencies += "com.paytabs" % "emv-visakernel" % "1.0.0"
[com.paytabs/emv-visakernel "1.0.0"]