MVN

com.aliyun : umeng_finplus20211130

Maven & Gradle

Jul 25, 2022
56 stars

umeng_finplus20211130 · Alibaba Cloud umeng-finplus (20211130) SDK for Java

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

Latest Version

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

  • Latest Stable: 1.0.6

All Versions

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

Version Vulnerabilities Updated
1.8.x
umeng_finplus20211130-1.8.4
umeng_finplus20211130-1.8.3
umeng_finplus20211130-1.8.1
umeng_finplus20211130-1.8.0
1.0.x
umeng_finplus20211130-1.0.6
umeng_finplus20211130-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>umeng_finplus20211130</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aliyun:umeng_finplus20211130:1.0.6'

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

implementation("com.aliyun:umeng_finplus20211130:1.0.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aliyun" % "umeng_finplus20211130" % "1.0.6"

Advertisement