ta-sdk-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ibm.ta.sdk</groupId> <artifactId>ta-sdk-core</artifactId> <version>1.0.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.ibm.ta.sdk</groupId> <artifactId>ta-sdk-core</artifactId> <version>1.0.4</version> <name>com.ibm.ta.sdk:ta-sdk-core</name> <description>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</description> <url>https://github.com/IBM/transformation-advisor-sdk/ta-sdk-core</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Jianfeng Kong</name> <email>jianfeng@ca.ibm.com</email> <organization>IBM</organization> <organizationUrl>http://www.ibm.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/IBM/transformation-advisor-sdk.git/ta-sdk-core</connection> <developerConnection>scm:git:ssh://github.com:IBM/transformation-advisor-sdk.git/ta-sdk-core</developerConnection> <url>https://github.com/IBM/transformation-advisor-sdk/tree/main/ta-sdk-core</url> </scm> <dependencies> <dependency> <groupId>org.tinylog</groupId> <artifactId>tinylog-api</artifactId> <version>2.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.tinylog</groupId> <artifactId>tinylog-impl</artifactId> <version>2.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId> <version>2.5.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>2.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.ibm.ta.sdk</groupId> <artifactId>ta-sdk-spi</artifactId> <version>1.0.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.10.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.32</version> <scope>compile</scope> </dependency> </dependencies> </project>