MVN

com.antgroup.antchain.openapi : openapi-tax

Maven & Gradle

Aug 25, 2023
9 stars

openapi-tax · Ant Chain TAX SDK for Java

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

Latest Version

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

  • Latest Stable: 1.7.0

All Versions

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

Version Vulnerabilities Updated
1.7.x
openapi-tax-1.7.0
1.6.x
openapi-tax-1.6.19
openapi-tax-1.6.16
openapi-tax-1.6.15
openapi-tax-1.6.13
openapi-tax-1.6.11
openapi-tax-1.6.2
openapi-tax-1.6.1
openapi-tax-1.6.0
1.4.x
openapi-tax-1.4.0
1.2.x
openapi-tax-1.2.3
1.1.x
openapi-tax-1.1.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.antgroup.antchain.openapi</groupId>
    <artifactId>openapi-tax</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.antgroup.antchain.openapi:openapi-tax:1.7.0'

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

implementation("com.antgroup.antchain.openapi:openapi-tax:1.7.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.antgroup.antchain.openapi" % "openapi-tax" % "1.7.0"