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