MVN

com.antgroup.antchain.openapi : openapi-appex

Maven & Gradle

Apr 24, 2023
9 stars

openapi-appex · Ant Chain APPEX SDK for Java

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

Latest Version

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

  • Latest Stable: 1.3.15

All Versions

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

Version Vulnerabilities Updated
1.3.x
openapi-appex-1.3.15
openapi-appex-1.3.12
openapi-appex-1.3.10
openapi-appex-1.3.8
openapi-appex-1.3.3
1.2.x
openapi-appex-1.2.20
openapi-appex-1.2.19

How to add a dependency to Maven

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

<dependency>
    <groupId>com.antgroup.antchain.openapi</groupId>
    <artifactId>openapi-appex</artifactId>
    <version>1.3.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.antgroup.antchain.openapi:openapi-appex:1.3.15'

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

implementation("com.antgroup.antchain.openapi:openapi-appex:1.3.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.antgroup.antchain.openapi" % "openapi-appex" % "1.3.15"

Advertisement