is not current version
Last Version 0.0.2

cn.jhc:umeditor-fragment 0.0.1

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.

GroupId

GroupId

cn.jhc
ArtifactId

ArtifactId

umeditor-fragment
Version

Version

0.0.1
Type

Type

jar

Download umeditor-fragment 0.0.1


<!-- https://jarcasting.com/artifacts/cn.jhc/umeditor-fragment/ -->
<dependency>
    <groupId>cn.jhc</groupId>
    <artifactId>umeditor-fragment</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jhc/umeditor-fragment/
implementation 'cn.jhc:umeditor-fragment:0.0.1'
// https://jarcasting.com/artifacts/cn.jhc/umeditor-fragment/
implementation ("cn.jhc:umeditor-fragment:0.0.1")
'cn.jhc:umeditor-fragment:jar:0.0.1'
<dependency org="cn.jhc" name="umeditor-fragment" rev="0.0.1">
  <artifact name="umeditor-fragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jhc', module='umeditor-fragment', version='0.0.1')
)
libraryDependencies += "cn.jhc" % "umeditor-fragment" % "0.0.1"
[cn.jhc/umeditor-fragment "0.0.1"]