MVN

com.ibm.ta.sdk : ta-sdk-spi

Maven & Gradle

Aug 16, 2023
2 usages
9 stars

com.ibm.ta.sdk:ta-sdk-spi · a tool to help a developer to create and build a middleware data collection plug-in, \ which can be used to gather the information of an application deployed on a middleware server,\ and provide modernization help and recommendations

<dependency>
    <groupId>com.ibm.ta.sdk</groupId>
    <artifactId>ta-sdk-spi</artifactId>
    <version>0.6.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.ta.sdk : ta-sdk-spi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.9

All Versions

Choose a version of com.ibm.ta.sdk : ta-sdk-spi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
ta-sdk-spi-0.6.9
ta-sdk-spi-0.6.8
ta-sdk-spi-0.6.7
ta-sdk-spi-0.6.6
ta-sdk-spi-0.6.5
ta-sdk-spi-0.6.4
ta-sdk-spi-0.6.3
ta-sdk-spi-0.6.1
ta-sdk-spi-0.6.0
0.5.x
ta-sdk-spi-0.5.5
ta-sdk-spi-0.5.4
ta-sdk-spi-0.5.3
ta-sdk-spi-0.5.2-2
ta-sdk-spi-0.5.2-1
ta-sdk-spi-0.5.2

How to add a dependency to Maven

Add the following com.ibm.ta.sdk : ta-sdk-spi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.ta.sdk</groupId>
    <artifactId>ta-sdk-spi</artifactId>
    <version>0.6.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.ta.sdk : ta-sdk-spi gradle dependency to your build.gradle file:

implementation 'com.ibm.ta.sdk:ta-sdk-spi:0.6.9'

Gradle Kotlin DSL: Add the following com.ibm.ta.sdk : ta-sdk-spi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.ta.sdk:ta-sdk-spi:0.6.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.ta.sdk : ta-sdk-spi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.ta.sdk" % "ta-sdk-spi" % "0.6.9"

Advertisement