MVN

com.tanx : TanxCoreSDK

Maven & Gradle

Aug 10, 2023
1 usages

TanxCoreSDK · TanxCoreSDK lib.

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

Latest Version

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

  • Latest Stable: 3.0.4

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.tanx:TanxCoreSDK:3.0.4'

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

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

How to add a dependency to SBT Scala

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

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