MVN

com.sunmi : SunmiPosRouterChannelLib

Maven & Gradle

Aug 18, 2023

PosRouter-SDK · PosRouter lib

<dependency>
    <groupId>com.sunmi</groupId>
    <artifactId>SunmiPosRouterChannelLib</artifactId>
    <version>3.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sunmi : SunmiPosRouterChannelLib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.11

All Versions

Choose a version of com.sunmi : SunmiPosRouterChannelLib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
SunmiPosRouterChannelLib-3.0.11
SunmiPosRouterChannelLib-3.0.10
SunmiPosRouterChannelLib-3.0.9
SunmiPosRouterChannelLib-3.0.8
SunmiPosRouterChannelLib-3.0.7
SunmiPosRouterChannelLib-3.0.5
SunmiPosRouterChannelLib-3.0.4
SunmiPosRouterChannelLib-3.0.3
SunmiPosRouterChannelLib-3.0.2
SunmiPosRouterChannelLib-3.0.1
SunmiPosRouterChannelLib-3.0.0
2.5.x
SunmiPosRouterChannelLib-2.5.12

How to add a dependency to Maven

Add the following com.sunmi : SunmiPosRouterChannelLib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sunmi</groupId>
    <artifactId>SunmiPosRouterChannelLib</artifactId>
    <version>3.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sunmi : SunmiPosRouterChannelLib gradle dependency to your build.gradle file:

implementation 'com.sunmi:SunmiPosRouterChannelLib:3.0.11'

Gradle Kotlin DSL: Add the following com.sunmi : SunmiPosRouterChannelLib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sunmi:SunmiPosRouterChannelLib:3.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sunmi : SunmiPosRouterChannelLib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sunmi" % "SunmiPosRouterChannelLib" % "3.0.11"