is not current version
Last Version 31.0.0

org.webjars:ckeditor 11.2.0

WebJar for CKEditor

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

ckeditor
Version

Version

11.2.0
Type

Type

jar

Download ckeditor 11.2.0


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