| GroupId | GroupIdcom.gitee.qdbp.thirdparty |
|---|---|
| ArtifactId | ArtifactIdueditor |
| Version | Version1.4.3.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ueditor-1.4.3.3.pom | |
| ueditor-1.4.3.3.jar | 32 KB |
| ueditor-1.4.3.3-sources.jar | 19 KB |
| ueditor-1.4.3.3-javadoc.jar | 342 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.qdbp.thirdparty/ueditor/ -->
<dependency>
<groupId>com.gitee.qdbp.thirdparty</groupId>
<artifactId>ueditor</artifactId>
<version>1.4.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.qdbp.thirdparty/ueditor/
implementation 'com.gitee.qdbp.thirdparty:ueditor:1.4.3.3'
// https://jarcasting.com/artifacts/com.gitee.qdbp.thirdparty/ueditor/
implementation ("com.gitee.qdbp.thirdparty:ueditor:1.4.3.3")
'com.gitee.qdbp.thirdparty:ueditor:jar:1.4.3.3'
<dependency org="com.gitee.qdbp.thirdparty" name="ueditor" rev="1.4.3.3">
<artifact name="ueditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.qdbp.thirdparty', module='ueditor', version='1.4.3.3')
)
libraryDependencies += "com.gitee.qdbp.thirdparty" % "ueditor" % "1.4.3.3"
[com.gitee.qdbp.thirdparty/ueditor "1.4.3.3"]