MVN

com.cardinfolink.smart.pos : PosSDK

Maven & Gradle

Jul 05, 2023
2 stars

PosSDK · smart pos sdk by cardinfolink.com

<dependency>
    <groupId>com.cardinfolink.smart.pos</groupId>
    <artifactId>PosSDK</artifactId>
    <version>2.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cardinfolink.smart.pos : PosSDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.3

All Versions

Choose a version of com.cardinfolink.smart.pos : PosSDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
PosSDK-2.6.3
PosSDK-2.6.2
PosSDK-2.6.1
PosSDK-2.6.0
2.5.x
PosSDK-2.5.12
PosSDK-2.5.10

How to add a dependency to Maven

Add the following com.cardinfolink.smart.pos : PosSDK maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cardinfolink.smart.pos</groupId>
    <artifactId>PosSDK</artifactId>
    <version>2.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cardinfolink.smart.pos : PosSDK gradle dependency to your build.gradle file:

implementation 'com.cardinfolink.smart.pos:PosSDK:2.6.3'

Gradle Kotlin DSL: Add the following com.cardinfolink.smart.pos : PosSDK gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cardinfolink.smart.pos:PosSDK:2.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cardinfolink.smart.pos : PosSDK sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cardinfolink.smart.pos" % "PosSDK" % "2.6.3"