MVN

com.tradplusad : tradplus-taptap

Maven & Gradle

Aug 07, 2023

tradplus-taptap · tradplus-taptap

<dependency>
    <groupId>com.tradplusad</groupId>
    <artifactId>tradplus-taptap</artifactId>
    <version>63.10.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 63.10.0.1

All Versions

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

Version Vulnerabilities Updated
63.10.x
tradplus-taptap-63.10.0.1
tradplus-taptap-63.10.0.1.1
tradplus-taptap-63.10.0.0.1
63.9.x
tradplus-taptap-63.9.9.11
tradplus-taptap-63.9.9.11.1
tradplus-taptap-63.9.9.10
tradplus-taptap-63.9.9.10.1
tradplus-taptap-63.9.9.0
tradplus-taptap-63.9.9.0.1
tradplus-taptap-63.9.8.0
tradplus-taptap-63.9.8.0.1
tradplus-taptap-63.9.7.30.1
tradplus-taptap-63.9.7.10
tradplus-taptap-63.9.7.10.1
tradplus-taptap-63.9.7.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tradplusad</groupId>
    <artifactId>tradplus-taptap</artifactId>
    <version>63.10.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tradplusad:tradplus-taptap:63.10.0.1'

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

implementation("com.tradplusad:tradplus-taptap:63.10.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tradplusad" % "tradplus-taptap" % "63.10.0.1"