MVN

com.tanx : TanxUISDK

Maven & Gradle

Aug 10, 2023

TanxUISDK · TanxUISDK lib.

<dependency>
    <groupId>com.tanx</groupId>
    <artifactId>TanxUISDK</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tanx : TanxUISDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4

All Versions

Choose a version of com.tanx : TanxUISDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
TanxUISDK-3.0.4
TanxUISDK-3.0.3
TanxUISDK-3.0.2
TanxUISDK-3.0.1
2.9.x
TanxUISDK-2.9.7
TanxUISDK-2.9.5
TanxUISDK-2.9.3
TanxUISDK-2.9.2
TanxUISDK-2.9.0
2.8.x
TanxUISDK-2.8.5
TanxUISDK-2.8.4
TanxUISDK-2.8.3
TanxUISDK-2.8.2
TanxUISDK-2.8.1
TanxUISDK-2.8.0
2.7.x
TanxUISDK-2.7.5
TanxUISDK-2.7.4
TanxUISDK-2.7.3
TanxUISDK-2.7.2
TanxUISDK-2.7.1
2.6.x
TanxUISDK-2.6.6
TanxUISDK-2.6.5
TanxUISDK-2.6.3
TanxUISDK-2.6.2
TanxUISDK-2.6.1
TanxUISDK-2.6.0
2.5.x
TanxUISDK-2.5.4
TanxUISDK-2.5.2
TanxUISDK-2.5.1
TanxUISDK-2.5.0
2.4.x
TanxUISDK-2.4.3
TanxUISDK-2.4.2
TanxUISDK-2.4.1
TanxUISDK-2.4.0
2.3.x
TanxUISDK-2.3.6
TanxUISDK-2.3.5
TanxUISDK-2.3.4
TanxUISDK-2.3.3
TanxUISDK-2.3.1
2.2.x
TanxUISDK-2.2.5.2
TanxUISDK-2.2.5.1
TanxUISDK-2.2.4-default
2.1.x
TanxUISDK-2.1.4
TanxUISDK-2.1.2
TanxUISDK-2.1.1
TanxUISDK-2.1.0
2.0.x
TanxUISDK-2.0.6
TanxUISDK-2.0.4
TanxUISDK-2.0.3
TanxUISDK-2.0.2
TanxUISDK-2.0.1
TanxUISDK-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tanx</groupId>
    <artifactId>TanxUISDK</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tanx : TanxUISDK gradle dependency to your build.gradle file:

implementation 'com.tanx:TanxUISDK:3.0.4'

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

implementation("com.tanx:TanxUISDK:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tanx : TanxUISDK sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tanx" % "TanxUISDK" % "3.0.4"