MVN

org.webjars.bowergithub.codemirror : codemirror

Maven & Gradle

Mar 18, 2021
26.4k stars

CodeMirror · WebJar for CodeMirror

<dependency>
    <groupId>org.webjars.bowergithub.codemirror</groupId>
    <artifactId>codemirror</artifactId>
    <version>5.59.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.59.4

All Versions

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

Version Vulnerabilities Updated
5.59.x
codemirror-5.59.4
5.51.x
codemirror-5.51.0
CVE-2020-7760
5.49.x
codemirror-5.49.0
CVE-2020-7760

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.codemirror</groupId>
    <artifactId>codemirror</artifactId>
    <version>5.59.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bowergithub.codemirror:codemirror:5.59.4'

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

implementation("org.webjars.bowergithub.codemirror:codemirror:5.59.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bowergithub.codemirror" % "codemirror" % "5.59.4"

Advertisement