MVN

com.liferay.webjars : com.liferay.webjars.ckeditor

Maven & Gradle

Jun 06, 2019
<dependency>
    <groupId>com.liferay.webjars</groupId>
    <artifactId>com.liferay.webjars.ckeditor</artifactId>
    <version>4.6.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.webjars : com.liferay.webjars.ckeditor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.0.7

All Versions

Choose a version of com.liferay.webjars : com.liferay.webjars.ckeditor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
com.liferay.webjars.ckeditor-4.6.0.7
com.liferay.webjars.ckeditor-4.6.0.6
com.liferay.webjars.ckeditor-4.6.0.5
com.liferay.webjars.ckeditor-4.6.0.4
com.liferay.webjars.ckeditor-4.6.0.3
com.liferay.webjars.ckeditor-4.6.0.2
com.liferay.webjars.ckeditor-4.6.0.1
com.liferay.webjars.ckeditor-4.6.0.0
com.liferay.webjars.ckeditor-4.6.0

How to add a dependency to Maven

Add the following com.liferay.webjars : com.liferay.webjars.ckeditor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay.webjars</groupId>
    <artifactId>com.liferay.webjars.ckeditor</artifactId>
    <version>4.6.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay.webjars : com.liferay.webjars.ckeditor gradle dependency to your build.gradle file:

implementation 'com.liferay.webjars:com.liferay.webjars.ckeditor:4.6.0.7'

Gradle Kotlin DSL: Add the following com.liferay.webjars : com.liferay.webjars.ckeditor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay.webjars:com.liferay.webjars.ckeditor:4.6.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay.webjars : com.liferay.webjars.ckeditor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay.webjars" % "com.liferay.webjars.ckeditor" % "4.6.0.7"