MVN

com.aliyun : nbftestpop20210903_161743513

Maven & Gradle

Sep 13, 2021
53 stars

nbftestpop20210903_161743513 · Alibaba Cloud NbfTestPop (20210903_161743513) SDK for Java

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

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
nbftestpop20210903_161743513-1.0.1
nbftestpop20210903_161743513-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>nbftestpop20210903_161743513</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:nbftestpop20210903_161743513:1.0.1'

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

implementation("com.aliyun:nbftestpop20210903_161743513:1.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "nbftestpop20210903_161743513" % "1.0.1"