MVN

org.fujion.webjars : webjar-ckeditor

Maven & Gradle

Apr 05, 2022

CKEditor Web Jars · Web jar packaging of CKEditor packages.

<dependency>
    <groupId>org.fujion.webjars</groupId>
    <artifactId>webjar-ckeditor</artifactId>
    <version>4.18.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fujion.webjars : webjar-ckeditor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.18.0

All Versions

Choose a version of org.fujion.webjars : webjar-ckeditor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.18.x
webjar-ckeditor-4.18.0
4.17.x
webjar-ckeditor-4.17.2
webjar-ckeditor-4.17.1
4.16.x
webjar-ckeditor-4.16.1
webjar-ckeditor-4.16.0-10
webjar-ckeditor-4.16.0
4.14.x
webjar-ckeditor-4.14.1
4.11.x
webjar-ckeditor-4.11.3
4.10.x
webjar-ckeditor-4.10.0

How to add a dependency to Maven

Add the following org.fujion.webjars : webjar-ckeditor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fujion.webjars</groupId>
    <artifactId>webjar-ckeditor</artifactId>
    <version>4.18.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fujion.webjars : webjar-ckeditor gradle dependency to your build.gradle file:

implementation 'org.fujion.webjars:webjar-ckeditor:4.18.0'

Gradle Kotlin DSL: Add the following org.fujion.webjars : webjar-ckeditor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fujion.webjars:webjar-ckeditor:4.18.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fujion.webjars : webjar-ckeditor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fujion.webjars" % "webjar-ckeditor" % "4.18.0"

Advertisement