MVN

org.webjars.npm : codemirror__language

Maven & Gradle

May 31, 2023
2 usages
14 stars

@codemirror/language · WebJar for @codemirror/language

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>codemirror__language</artifactId>
    <version>6.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.7.0

All Versions

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

Version Vulnerabilities Updated
6.7.x
codemirror__language-6.7.0
6.3.x
codemirror__language-6.3.0
6.2.x
codemirror__language-6.2.1
0.19.x
codemirror__language-0.19.7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>codemirror__language</artifactId>
    <version>6.7.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:codemirror__language:6.7.0'

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

implementation("org.webjars.npm:codemirror__language:6.7.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "codemirror__language" % "6.7.0"