MVN

cn.com.antcloud.api : antcloud-api-provider-baasplus

Maven & Gradle

Aug 10, 2023

Ant Chain API SDK · Ant Chain API SDK For Java Copyright (c) 2020-present antgroup.com, https://www.antgroup.com

<dependency>
    <groupId>cn.com.antcloud.api</groupId>
    <artifactId>antcloud-api-provider-baasplus</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.com.antcloud.api : antcloud-api-provider-baasplus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of cn.com.antcloud.api : antcloud-api-provider-baasplus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
antcloud-api-provider-baasplus-1.2.2
1.1.x
antcloud-api-provider-baasplus-1.1.12
antcloud-api-provider-baasplus-1.1.11
antcloud-api-provider-baasplus-1.1.10
antcloud-api-provider-baasplus-1.1.9
antcloud-api-provider-baasplus-1.1.6
antcloud-api-provider-baasplus-1.1.4
antcloud-api-provider-baasplus-1.1.2
antcloud-api-provider-baasplus-1.1.1
1.0.x
antcloud-api-provider-baasplus-1.0.46
antcloud-api-provider-baasplus-1.0.45
antcloud-api-provider-baasplus-1.0.40
antcloud-api-provider-baasplus-1.0.35
antcloud-api-provider-baasplus-1.0.34
antcloud-api-provider-baasplus-1.0.26
antcloud-api-provider-baasplus-1.0.22
antcloud-api-provider-baasplus-1.0.21
antcloud-api-provider-baasplus-1.0.17
antcloud-api-provider-baasplus-1.0.12

How to add a dependency to Maven

Add the following cn.com.antcloud.api : antcloud-api-provider-baasplus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.com.antcloud.api</groupId>
    <artifactId>antcloud-api-provider-baasplus</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.com.antcloud.api : antcloud-api-provider-baasplus gradle dependency to your build.gradle file:

implementation 'cn.com.antcloud.api:antcloud-api-provider-baasplus:1.2.2'

Gradle Kotlin DSL: Add the following cn.com.antcloud.api : antcloud-api-provider-baasplus gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.com.antcloud.api:antcloud-api-provider-baasplus:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.com.antcloud.api : antcloud-api-provider-baasplus sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.com.antcloud.api" % "antcloud-api-provider-baasplus" % "1.2.2"