GroupId | GroupIdorg.hswebframework.web |
---|---|
ArtifactId | ArtifactIdhsweb-thirdparty-ueditor |
Version | Version3.0.0-RC |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-thirdparty-ueditor/ -->
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-thirdparty-ueditor</artifactId>
<version>3.0.0-RC</version>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-thirdparty-ueditor/
implementation 'org.hswebframework.web:hsweb-thirdparty-ueditor:3.0.0-RC'
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-thirdparty-ueditor/
implementation ("org.hswebframework.web:hsweb-thirdparty-ueditor:3.0.0-RC")
'org.hswebframework.web:hsweb-thirdparty-ueditor:jar:3.0.0-RC'
<dependency org="org.hswebframework.web" name="hsweb-thirdparty-ueditor" rev="3.0.0-RC">
<artifact name="hsweb-thirdparty-ueditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework.web', module='hsweb-thirdparty-ueditor', version='3.0.0-RC')
)
libraryDependencies += "org.hswebframework.web" % "hsweb-thirdparty-ueditor" % "3.0.0-RC"
[org.hswebframework.web/hsweb-thirdparty-ueditor "3.0.0-RC"]