MVN

cn.jhc : umeditor-fragment

Maven & Gradle

Jan 21, 2014
1 usages
1 stars

umeditor-fragment · Web fragment wrapper for umeditor(https://github.com/campaign/umeditor). umeditor is the mini version of ueditor(http://ueditor.baidu.com/website/), which is a versatile rich text editor. umeditor has been used in http://tieba.baidu.com, and has proven to be an efficient editor. umeditor-fragment is a wrapper for umeditor, it use Servlet 3.0 techonology, and can be deployed as a single web fragment jar.

<dependency>
    <groupId>cn.jhc</groupId>
    <artifactId>umeditor-fragment</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.jhc : umeditor-fragment to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of cn.jhc : umeditor-fragment to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
umeditor-fragment-0.0.2
umeditor-fragment-0.0.1

How to add a dependency to Maven

Add the following cn.jhc : umeditor-fragment maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.jhc</groupId>
    <artifactId>umeditor-fragment</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.jhc : umeditor-fragment gradle dependency to your build.gradle file:

implementation 'cn.jhc:umeditor-fragment:0.0.2'

Gradle Kotlin DSL: Add the following cn.jhc : umeditor-fragment gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.jhc:umeditor-fragment:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.jhc : umeditor-fragment sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.jhc" % "umeditor-fragment" % "0.0.2"

Advertisement