GroupId | GroupIdcom.gitee.zhibi |
---|---|
ArtifactId | ArtifactIdfast-ueditor |
Version | Version2.5 |
Type | Typejar |
Filename | Size |
---|---|
fast-ueditor-2.5.pom | |
fast-ueditor-2.5.jar | 34 KB |
fast-ueditor-2.5-sources.jar | 22 KB |
fast-ueditor-2.5-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zhibi/fast-ueditor/ -->
<dependency>
<groupId>com.gitee.zhibi</groupId>
<artifactId>fast-ueditor</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-ueditor/
implementation 'com.gitee.zhibi:fast-ueditor:2.5'
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-ueditor/
implementation ("com.gitee.zhibi:fast-ueditor:2.5")
'com.gitee.zhibi:fast-ueditor:jar:2.5'
<dependency org="com.gitee.zhibi" name="fast-ueditor" rev="2.5">
<artifact name="fast-ueditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhibi', module='fast-ueditor', version='2.5')
)
libraryDependencies += "com.gitee.zhibi" % "fast-ueditor" % "2.5"
[com.gitee.zhibi/fast-ueditor "2.5"]