GroupId | GroupIdcom.cardinfolink.smart.pos |
---|---|
ArtifactId | ArtifactIdPosSDK |
Version | Version2.5.12 |
Type | Typeaar |
Filename | Size |
---|---|
PosSDK-2.5.12.pom | |
PosSDK-2.5.12-sources.jar | 31 KB |
PosSDK-2.5.12-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cardinfolink.smart.pos/PosSDK/ -->
<dependency>
<groupId>com.cardinfolink.smart.pos</groupId>
<artifactId>PosSDK</artifactId>
<version>2.5.12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.cardinfolink.smart.pos/PosSDK/
implementation 'com.cardinfolink.smart.pos:PosSDK:2.5.12'
// https://jarcasting.com/artifacts/com.cardinfolink.smart.pos/PosSDK/
implementation ("com.cardinfolink.smart.pos:PosSDK:2.5.12")
'com.cardinfolink.smart.pos:PosSDK:aar:2.5.12'
<dependency org="com.cardinfolink.smart.pos" name="PosSDK" rev="2.5.12">
<artifact name="PosSDK" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cardinfolink.smart.pos', module='PosSDK', version='2.5.12')
)
libraryDependencies += "com.cardinfolink.smart.pos" % "PosSDK" % "2.5.12"
[com.cardinfolink.smart.pos/PosSDK "2.5.12"]