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