MVN

com.tradplusad : tp_exchange

Maven & Gradle

Aug 25, 2023

tp_exchange · tp_exchange

<dependency>
    <groupId>com.tradplusad</groupId>
    <artifactId>tp_exchange</artifactId>
    <version>40.9.4.40.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tradplusad : tp_exchange to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 40.9.4.40.1

All Versions

Choose a version of com.tradplusad : tp_exchange to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
40.10.x
tp_exchange-40.10.0.1
tp_exchange-40.10.0.1.1
tp_exchange-40.10.0.0.1
40.9.x
tp_exchange-40.9.9.10
tp_exchange-40.9.9.10.1
tp_exchange-40.9.9.0
tp_exchange-40.9.9.0.1
tp_exchange-40.9.8.10.1
tp_exchange-40.9.8.10
tp_exchange-40.9.8.0
tp_exchange-40.9.8.0.1
tp_exchange-40.9.7.30.1
tp_exchange-40.9.7.10
tp_exchange-40.9.7.10.1
tp_exchange-40.9.7.0.1
tp_exchange-40.9.6.20
tp_exchange-40.9.6.20.1
tp_exchange-40.9.6.10
tp_exchange-40.9.6.10.1
tp_exchange-40.9.6.0
tp_exchange-40.9.6.0.1
tp_exchange-40.9.5.0
tp_exchange-40.9.5.0.1
tp_exchange-40.9.4.40.1
tp_exchange-40.9.4.30.1
tp_exchange-40.9.4.20.1
tp_exchange-40.9.4.10.1
tp_exchange-40.9.4.0.1
tp_exchange-40.9.4.0
tp_exchange-40.9.3.30.1
tp_exchange-40.9.3.20.1
tp_exchange-40.9.3.10
tp_exchange-40.9.3.10.1
tp_exchange-40.9.3.0
tp_exchange-40.9.3.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tradplusad</groupId>
    <artifactId>tp_exchange</artifactId>
    <version>40.9.4.40.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tradplusad : tp_exchange gradle dependency to your build.gradle file:

implementation 'com.tradplusad:tp_exchange:40.9.4.40.1'

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

implementation("com.tradplusad:tp_exchange:40.9.4.40.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tradplusad : tp_exchange sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tradplusad" % "tp_exchange" % "40.9.4.40.1"