License |
License |
---|---|
GroupId | GroupIdcn.jhc |
ArtifactId | ArtifactIdumeditor-fragment |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionumeditor-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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
umeditor-fragment-0.0.2.pom | |
umeditor-fragment-0.0.2.jar | 616 KB |
umeditor-fragment-0.0.2-sources.jar | 611 KB |
umeditor-fragment-0.0.2-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.jhc/umeditor-fragment/ -->
<dependency>
<groupId>cn.jhc</groupId>
<artifactId>umeditor-fragment</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jhc/umeditor-fragment/
implementation 'cn.jhc:umeditor-fragment:0.0.2'
// https://jarcasting.com/artifacts/cn.jhc/umeditor-fragment/
implementation ("cn.jhc:umeditor-fragment:0.0.2")
'cn.jhc:umeditor-fragment:jar:0.0.2'
<dependency org="cn.jhc" name="umeditor-fragment" rev="0.0.2">
<artifact name="umeditor-fragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jhc', module='umeditor-fragment', version='0.0.2')
)
libraryDependencies += "cn.jhc" % "umeditor-fragment" % "0.0.2"
[cn.jhc/umeditor-fragment "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |