is not current version
Last Version 31.0.0

org.webjars:ckeditor 4.5.3

WebJar for CKEditor

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

ckeditor
Version

Version

4.5.3
Type

Type

jar

Download ckeditor 4.5.3


<!-- https://jarcasting.com/artifacts/org.webjars/ckeditor/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>ckeditor</artifactId>
    <version>4.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/ckeditor/
implementation 'org.webjars:ckeditor:4.5.3'
// https://jarcasting.com/artifacts/org.webjars/ckeditor/
implementation ("org.webjars:ckeditor:4.5.3")
'org.webjars:ckeditor:jar:4.5.3'
<dependency org="org.webjars" name="ckeditor" rev="4.5.3">
  <artifact name="ckeditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='ckeditor', version='4.5.3')
)
libraryDependencies += "org.webjars" % "ckeditor" % "4.5.3"
[org.webjars/ckeditor "4.5.3"]