MVN

com.aliyun : nbftestpop20210820_112525398

Maven & Gradle

Sep 22, 2021
53 stars

nbftestpop20210820_112525398 · Alibaba Cloud NbfTestPop (20210820_112525398) SDK for Java

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>nbftestpop20210820_112525398</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aliyun : nbftestpop20210820_112525398 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of com.aliyun : nbftestpop20210820_112525398 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
nbftestpop20210820_112525398-2.1.2
1.0.x
nbftestpop20210820_112525398-1.0.0

How to add a dependency to Maven

Add the following com.aliyun : nbftestpop20210820_112525398 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>nbftestpop20210820_112525398</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aliyun : nbftestpop20210820_112525398 gradle dependency to your build.gradle file:

implementation 'com.aliyun:nbftestpop20210820_112525398:2.1.2'

Gradle Kotlin DSL: Add the following com.aliyun : nbftestpop20210820_112525398 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aliyun:nbftestpop20210820_112525398:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aliyun : nbftestpop20210820_112525398 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aliyun" % "nbftestpop20210820_112525398" % "2.1.2"