MVN

cn.enited.union : account

Maven & Gradle

Sep 28, 2022
0 stars

account · 亿联体统一用户平台SDK

<dependency>
    <groupId>cn.enited.union</groupId>
    <artifactId>account</artifactId>
    <version>1.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.enited.union : account to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.30

All Versions

Choose a version of cn.enited.union : account to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
account-1.0.30
account-1.0.29
account-1.0.28_beta

How to add a dependency to Maven

Add the following cn.enited.union : account maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.enited.union</groupId>
    <artifactId>account</artifactId>
    <version>1.0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.enited.union : account gradle dependency to your build.gradle file:

implementation 'cn.enited.union:account:1.0.30'

Gradle Kotlin DSL: Add the following cn.enited.union : account gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.enited.union:account:1.0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.enited.union : account sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.enited.union" % "account" % "1.0.30"

Advertisement