MVN

com.antgroup.antchain.openapi : openapi-tdm

Maven & Gradle

Aug 09, 2021
9 stars

openapi-tdm · Ant Chain TDM SDK for Java

<dependency>
    <groupId>com.antgroup.antchain.openapi</groupId>
    <artifactId>openapi-tdm</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.antgroup.antchain.openapi : openapi-tdm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of com.antgroup.antchain.openapi : openapi-tdm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
openapi-tdm-1.1.8
openapi-tdm-1.1.7
openapi-tdm-1.1.6
openapi-tdm-1.1.5
openapi-tdm-1.1.4
openapi-tdm-1.1.3
openapi-tdm-1.1.2
openapi-tdm-1.1.1
openapi-tdm-1.1.0
1.0.x
openapi-tdm-1.0.22
openapi-tdm-1.0.21
openapi-tdm-1.0.20
openapi-tdm-1.0.19
openapi-tdm-1.0.18
openapi-tdm-1.0.17
openapi-tdm-1.0.16
openapi-tdm-1.0.15
openapi-tdm-1.0.14
openapi-tdm-1.0.13
openapi-tdm-1.0.12
openapi-tdm-1.0.11
openapi-tdm-1.0.10
openapi-tdm-1.0.9
openapi-tdm-1.0.8

How to add a dependency to Maven

Add the following com.antgroup.antchain.openapi : openapi-tdm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.antgroup.antchain.openapi</groupId>
    <artifactId>openapi-tdm</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.antgroup.antchain.openapi : openapi-tdm gradle dependency to your build.gradle file:

implementation 'com.antgroup.antchain.openapi:openapi-tdm:1.1.8'

Gradle Kotlin DSL: Add the following com.antgroup.antchain.openapi : openapi-tdm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.antgroup.antchain.openapi:openapi-tdm:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.antgroup.antchain.openapi : openapi-tdm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.antgroup.antchain.openapi" % "openapi-tdm" % "1.1.8"