GroupId | GroupIdcom.gitee.qdbp.thirdparty |
---|---|
ArtifactId | ArtifactIdueditor |
Version | Version1.4.3.4 |
Type | Typejar |
Filename | Size |
---|---|
ueditor-1.4.3.4.pom | |
ueditor-1.4.3.4.jar | 32 KB |
ueditor-1.4.3.4-sources.jar | 20 KB |
ueditor-1.4.3.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.qdbp.thirdparty/ueditor/
implementation 'com.gitee.qdbp.thirdparty:ueditor:1.4.3.4'
// https://jarcasting.com/artifacts/com.gitee.qdbp.thirdparty/ueditor/
implementation ("com.gitee.qdbp.thirdparty:ueditor:1.4.3.4")
'com.gitee.qdbp.thirdparty:ueditor:jar:1.4.3.4'
<dependency org="com.gitee.qdbp.thirdparty" name="ueditor" rev="1.4.3.4">
<artifact name="ueditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.qdbp.thirdparty', module='ueditor', version='1.4.3.4')
)
libraryDependencies += "com.gitee.qdbp.thirdparty" % "ueditor" % "1.4.3.4"
[com.gitee.qdbp.thirdparty/ueditor "1.4.3.4"]