MVN

org.webjars.npm : tabulator-tables

Maven & Gradle

Jul 23, 2023
6.2k stars

tabulator-tables · WebJar for tabulator-tables

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>tabulator-tables</artifactId>
    <version>5.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.5.1
  • Latest Alpha: 5.0.0-alpha.0

All Versions

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

Version Vulnerabilities Updated
5.5.x
tabulator-tables-5.5.1
tabulator-tables-5.5.0
5.4.x
tabulator-tables-5.4.4
tabulator-tables-5.4.3
tabulator-tables-5.4.2
tabulator-tables-5.4.1
tabulator-tables-5.4.0
5.3.x
tabulator-tables-5.3.4
tabulator-tables-5.3.3
tabulator-tables-5.3.2
tabulator-tables-5.3.1
5.2.x
tabulator-tables-5.2.7
tabulator-tables-5.2.5
tabulator-tables-5.2.4
tabulator-tables-5.2.2
tabulator-tables-5.2.1
5.1.x
tabulator-tables-5.1.7
tabulator-tables-5.1.4
5.0.x
tabulator-tables-5.0.7
tabulator-tables-5.0.0
tabulator-tables-5.0.0-alpha.0
4.9.x
tabulator-tables-4.9.3
tabulator-tables-4.9.1
tabulator-tables-4.9.0
4.8.x
tabulator-tables-4.8.4
tabulator-tables-4.8.3
tabulator-tables-4.8.2
tabulator-tables-4.8.0
4.6.x
tabulator-tables-4.6.3
4.5.x
tabulator-tables-4.5.2
4.2.x
tabulator-tables-4.2.7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>tabulator-tables</artifactId>
    <version>5.5.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:tabulator-tables:5.5.1'

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

implementation("org.webjars.npm:tabulator-tables:5.5.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "tabulator-tables" % "5.5.1"

Advertisement