MVN

org.webjars.npm : handsontable

Maven & Gradle

Nov 25, 2018
18.7k stars

handsontable · WebJar for handsontable

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

Latest Version

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

  • Latest Stable: 6.2.0

All Versions

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

Version Vulnerabilities Updated
6.2.x
handsontable-6.2.0
CVE-2021-23446
5.0.x
handsontable-5.0.0
CVE-2021-23446
4.0.x
handsontable-4.0.0
CVE-2021-23446
2.0.x
handsontable-2.0.0
CVE-2021-23446
0.32.x
handsontable-0.32.0
CVE-2021-23446
0.30.x
handsontable-0.30.0
CVE-2021-23446
0.28.x
handsontable-0.28.0
CVE-2021-23446

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>handsontable</artifactId>
    <version>6.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:handsontable:6.2.0'

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

implementation("org.webjars.npm:handsontable:6.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "handsontable" % "6.2.0"

Advertisement