MVN

com.gitee.zhibi : fast-ueditor

Maven & Gradle

Sep 03, 2022
2 usages
<dependency>
    <groupId>com.gitee.zhibi</groupId>
    <artifactId>fast-ueditor</artifactId>
    <version>2.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.zhibi : fast-ueditor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.4

All Versions

Choose a version of com.gitee.zhibi : fast-ueditor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
fast-ueditor-2.6.4
fast-ueditor-2.6.2
fast-ueditor-2.6.1
2.5
fast-ueditor-2.5
2.3
fast-ueditor-2.3
2.1.x
fast-ueditor-2.1.0
2.0.x
fast-ueditor-2.0.0

How to add a dependency to Maven

Add the following com.gitee.zhibi : fast-ueditor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.zhibi</groupId>
    <artifactId>fast-ueditor</artifactId>
    <version>2.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.zhibi : fast-ueditor gradle dependency to your build.gradle file:

implementation 'com.gitee.zhibi:fast-ueditor:2.6.4'

Gradle Kotlin DSL: Add the following com.gitee.zhibi : fast-ueditor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.zhibi:fast-ueditor:2.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.zhibi : fast-ueditor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.zhibi" % "fast-ueditor" % "2.6.4"