MVN

cn.rongcloud.sdk : fu_beautifier

Maven & Gradle

Aug 18, 2023

fu_beautifier · RongCloud Android SDK

<dependency>
    <groupId>cn.rongcloud.sdk</groupId>
    <artifactId>fu_beautifier</artifactId>
    <version>5.3.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.rongcloud.sdk : fu_beautifier to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.5.1

All Versions

Choose a version of cn.rongcloud.sdk : fu_beautifier to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
fu_beautifier-5.6.2
fu_beautifier-5.6.1.1
fu_beautifier-5.6.1
fu_beautifier-5.6.0
5.4.x
fu_beautifier-5.4.6
fu_beautifier-5.4.5.100
fu_beautifier-5.4.5
fu_beautifier-5.4.4.100
fu_beautifier-5.4.4
fu_beautifier-5.4.3
fu_beautifier-5.4.1.3
fu_beautifier-5.4.1.2
fu_beautifier-5.4.1.1
fu_beautifier-5.4.1
fu_beautifier-5.4.0.1
fu_beautifier-5.4.0
5.3.x
fu_beautifier-5.3.8
fu_beautifier-5.3.7
fu_beautifier-5.3.5.1
fu_beautifier-5.3.4.1
fu_beautifier-5.3.4
fu_beautifier-5.3.3.54
fu_beautifier-5.3.3.52
fu_beautifier-5.3.3.1
fu_beautifier-5.3.3.51
fu_beautifier-5.3.3.50
fu_beautifier-5.3.3
fu_beautifier-5.3.2.6
fu_beautifier-5.3.2.5
fu_beautifier-5.3.2.2
fu_beautifier-5.3.2.1
fu_beautifier-5.3.2
fu_beautifier-5.3.1.5
fu_beautifier-5.3.1.3
fu_beautifier-5.3.1.100
fu_beautifier-5.3.1.2
fu_beautifier-5.3.1
fu_beautifier-5.3.0.8
fu_beautifier-5.3.0.7
fu_beautifier-5.3.0.6
fu_beautifier-5.3.0.5
fu_beautifier-5.3.0.4
fu_beautifier-5.3.0
5.2.x
fu_beautifier-5.2.5.113
fu_beautifier-5.2.5.10
fu_beautifier-5.2.5.6
fu_beautifier-5.2.5.5
fu_beautifier-5.2.5.4
fu_beautifier-5.2.5.1
fu_beautifier-5.2.5
5.1.x
fu_beautifier-5.1.17.62
0.0.x
fu_beautifier-0.0.0.0.5
fu_beautifier-0.0.0.0.4
fu_beautifier-0.0.0.0.3
fu_beautifier-0.0.0.0.2
fu_beautifier-0.0.0.0.1
fu_beautifier-0.0.0.10
fu_beautifier-0.0.0.8
fu_beautifier-0.0.0.11

How to add a dependency to Maven

Add the following cn.rongcloud.sdk : fu_beautifier maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.rongcloud.sdk</groupId>
    <artifactId>fu_beautifier</artifactId>
    <version>5.3.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.rongcloud.sdk : fu_beautifier gradle dependency to your build.gradle file:

implementation 'cn.rongcloud.sdk:fu_beautifier:5.3.5.1'

Gradle Kotlin DSL: Add the following cn.rongcloud.sdk : fu_beautifier gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.rongcloud.sdk:fu_beautifier:5.3.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.rongcloud.sdk : fu_beautifier sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.rongcloud.sdk" % "fu_beautifier" % "5.3.5.1"

Advertisement