GroupId | GroupIdcom.cardinfolink.smart.pos |
---|---|
ArtifactId | ArtifactIdPosSDK |
Version | Version2.5.10 |
Type | Typeaar |
Filename | Size |
---|---|
PosSDK-2.5.10.pom | |
PosSDK-2.5.10-sources.jar | 31 KB |
PosSDK-2.5.10-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.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.cardinfolink.smart.pos/PosSDK/
implementation 'com.cardinfolink.smart.pos:PosSDK:2.5.10'
// https://jarcasting.com/artifacts/com.cardinfolink.smart.pos/PosSDK/
implementation ("com.cardinfolink.smart.pos:PosSDK:2.5.10")
'com.cardinfolink.smart.pos:PosSDK:aar:2.5.10'
<dependency org="com.cardinfolink.smart.pos" name="PosSDK" rev="2.5.10">
<artifact name="PosSDK" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cardinfolink.smart.pos', module='PosSDK', version='2.5.10')
)
libraryDependencies += "com.cardinfolink.smart.pos" % "PosSDK" % "2.5.10"
[com.cardinfolink.smart.pos/PosSDK "2.5.10"]