MVN

org.fujion.webjars : webjar-codemirror

Maven & Gradle

Apr 05, 2022
1 usages

CodeMirror · CodeMirror code editor.

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

Latest Version

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

  • Latest Stable: 5.65.2

All Versions

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

Version Vulnerabilities Updated
5.65.x
webjar-codemirror-5.65.2
webjar-codemirror-5.65.1
webjar-codemirror-5.65.0
5.62.x
webjar-codemirror-5.62.0
5.61.x
webjar-codemirror-5.61.1
webjar-codemirror-5.61.0-10
webjar-codemirror-5.61.0
5.60.x
webjar-codemirror-5.60.0
5.59.x
webjar-codemirror-5.59.4
webjar-codemirror-5.59.3
webjar-codemirror-5.59.2
5.57.x
webjar-codemirror-5.57.0
5.56.x
webjar-codemirror-5.56.0
5.44.x
webjar-codemirror-5.44.0
5.40.x
webjar-codemirror-5.40.0
5.39.x
webjar-codemirror-5.39.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.fujion.webjars</groupId>
    <artifactId>webjar-codemirror</artifactId>
    <version>5.65.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.fujion.webjars:webjar-codemirror:5.65.2'

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

implementation("org.fujion.webjars:webjar-codemirror:5.65.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.fujion.webjars" % "webjar-codemirror" % "5.65.2"

Advertisement